FTP Progress Bars

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
Ollie Saunders
DevNet Master
Posts: 3179
Joined: Tue May 24, 2005 6:01 pm
Location: UK

FTP Progress Bars

Post 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?
User avatar
The Phoenix
Forum Contributor
Posts: 294
Joined: Fri Oct 06, 2006 8:12 pm

Re: FTP Progress Bars

Post 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. :(
Post Reply