Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Uploading multiple files using ftp_put?

Status
Not open for further replies.

sharapov

MIS
May 28, 2002
106
US
Is it possible to uplodad multiple files to the ftp server using ftp_put? If yes how can it be done. Example would be greatly appreciated.
 
ftp_put() can only upload one file per invocation of the function.

But if you point your browser to at the bottom of that page in the user-contributed notes you will find an example script demonstrating uploading an entire directory tree to a server.

Some part of that code may be useful to you.
______________________________________________________________________
TANSTAAFL!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top