Oct 1, 2002 #1 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.
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.
Oct 1, 2002 #2 sleipnir214 Programmer May 6, 2002 15,350 US ftp_put() can only upload one file per invocation of the function. But if you point your browser to http://www.php.net/manual/en/function.ftp-put.php, 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! Upvote 0 Downvote
ftp_put() can only upload one file per invocation of the function. But if you point your browser to http://www.php.net/manual/en/function.ftp-put.php, 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!