Open files through remote server
Posted: Fri Sep 18, 2009 2:37 am
Hi guys,
I want to display the contents of a particular hard drive (drive C or drive D)...
My problem is, my program is running on FREEBSD server... and when I do, opendir()
obviously, it will open the directory of my FREEBSD server... Is there a code in PHP that
opens a remote directory? My program is like an FTP program... In the left side, I will
display all the local files, and in the right side, i will display all the uploaded files in ftp...
In my left side, I cant open and display all the local files... that's really my problem...
please help me... thanks
I want to display the contents of a particular hard drive (drive C or drive D)...
My problem is, my program is running on FREEBSD server... and when I do, opendir()
obviously, it will open the directory of my FREEBSD server... Is there a code in PHP that
opens a remote directory? My program is like an FTP program... In the left side, I will
display all the local files, and in the right side, i will display all the uploaded files in ftp...
In my left side, I cant open and display all the local files... that's really my problem...
please help me... thanks