Page 1 of 1

FTP Progress Bars

Posted: Wed Sep 05, 2007 3:04 pm
by Ollie Saunders
I am I right in thinking it is impossible to monitor the progress of an FTP transfer, or indeed any socket write action?

Re: FTP Progress Bars

Posted: Wed Sep 05, 2007 3:46 pm
by The Phoenix
ole wrote:I am I right in thinking it is impossible to monitor the progress of an FTP transfer, or indeed any socket write action?
In recent versions of PHP, they've actually added hooks for uploads.

http://pdoru.from.ro/

Whether you can use them for FTP uploads, I'm not sure. :(