in reply to Re: $ftp->put() transfer stats
in thread $ftp->put() transfer stats
Thank you - that is good to know!
Also,I would like to get # bytes transferred
We have a client that thinks we are sending zero byte files
Now, we do along the following to verify # bytes sent :
ftp->put($file, $remote_name);
ftp->size($remote_name);
I would prefer if we could get a diagnostic from the ftp object with num bytes sent
Thanks!