Hi there,
I need to create a PHP script that will connect to an FTP, get a listing of
files/directories from it, and displays them in a table. Now, there is only one
problem here.
I tried connecting with opendir(), like this:
opendir("ftp://...");
but it seems it doesn't work with FTP. Now, is there another thing I could use
for the same effect?
Thanks!
--
---
Contact info:
Skype: parham-d
MSN: fire_lizard16 at hotmail dot com
email: parham90 at GMail dot com
- [PHP] opendir() Question Parham Doustdar
- Re: [PHP] opendir() Question Andrew Ballard
- Re: [PHP] opendir() Question Parham Doustdar

