Page 1 of 1

Open files through remote server

Posted: Fri Sep 18, 2009 2:37 am
by revbackup
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

Re: Open files through remote server

Posted: Fri Sep 18, 2009 3:38 am
by requinix
If it's like an FTP program then consider the FTP functions. Otherwise it'll probably be SSH access.