Re: [PHP] FTP routine

2002-07-04 Thread Michael Sims
On Thu, 4 Jul 2002 20:43:25 +0100, you wrote: >Not really a PHP question - more an FTP protocol question - try reading the >FTP RFC at http://www.ietf.org/rfc/rfc959.txt > >However, in a nutshell, to get all of the files in a directory - > >1. get a listing of that directory (read the RFC for ins

Re: [PHP] FTP routine

2002-07-04 Thread Danny Shepherd
. go through the array using a foreach - to 'RETR' each file. HTH Danny. - Original Message - From: "Jose Arce" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 04, 2002 8:33 PM Subject: [PHP] FTP routine > Hi, i'm making a script to

[PHP] FTP routine

2002-07-04 Thread Jose Arce
Hi, i'm making a script to donwload files from a ftp server to the server hosting the script, but i don't know how to download all the files from a directory. I'm using the file system functions to conect to the ftp server, because the ftp functions in php does not always work, and, actually t