|  Topic awaiting preservation: List ftp directory contents on a webpage  | |
|---|---|
| Author | Thread | 
| Paranoid (IV) Inmate From: under your rug, |  posted 11-03-2002 01:03 I need to list the contents from a ftp folder onto a webpage, kinda like the standard directory index would do if there was no index page on that site... | 
| Maniac (V) Mad Scientist From: Belgrade, Serbia |  posted 11-03-2002 08:10 PHP comes with a bunch of useful and easy to use FTP functions... Just read the manual: http://www.php.net/manual/en/ref.ftp.php  | 
| Paranoid (IV) Inmate From: under your rug, |  posted 11-03-2002 19:30 ftp_rawlist() seems to be what I need, thanks again   |