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
Open files through remote server
Moderator: General Moderators
Re: Open files through remote server
If it's like an FTP program then consider the FTP functions. Otherwise it'll probably be SSH access.