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
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 instructions) and store
the filenames in an array.
2. go
2 matches
Mail list logo