ftp scipt in PHP

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
pritis
Forum Newbie
Posts: 2
Joined: Fri Feb 15, 2008 12:40 am

ftp scipt in PHP

Post by pritis »

Hello developer,

I am developing a ftp script in PHP things are moving smooth except to show how many bytes are downloaded. i.e something like status this many bytes are downloaded??

has someone here had something like this???

please share your knowledge i am in need of it.

Regards
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: ftp scipt in PHP

Post by Christopher »

(#10850)
pritis
Forum Newbie
Posts: 2
Joined: Fri Feb 15, 2008 12:40 am

Re: ftp scipt in PHP

Post by pritis »

i think i am aware of how to wrie a ftp class and do downloading that much i have done what i am not getting is how to get the number of downloaded bytes ??????

how much it has downloaded ???

i have gonet hru ftp_* function but none of it is return the bytes it download rom ftp server and that is a problem hence i want if some has written some ftp script they might have osme knowledge over it.

kindly share that.

regards
Post Reply