ftp function for folder uploding in linux server..

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
basudeb
Forum Commoner
Posts: 44
Joined: Wed Dec 20, 2006 12:13 am

ftp function for folder uploding in linux server..

Post by basudeb »

I need a suggestion or code to upload a folder from remote client machine to a remote linux server.
The ftp information will be supplied by the program.
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

Eg: http://www.evilwalrus.org/scripts/Explo ... _functions. (Use ftp_put instead of ftp_get instead...)
Post Reply