After I issue an ftp_put() command, I'd like to be able to capture the output from the FTP server.
If I put a file by hand, the FTP server gives me a job # back, which I'd like to log with my PHP script.
Anyone know how I can do this?
thanks, Greg