Hi,
I'm trying to get a directory listing of some of your remote servers (writing several web based automation application for file checking). I can use the opendir() readdir() etc. functions perfectly OK on my local machine, and even on a network share mapped to a drive on the local machine, but when pointing it to a network path, it returns nothing.
Anyone know a way around this or another method for listing the contents of a directory in such a way that I can use the returned information to retrieve file info such as date/time/size etc. (I know there are ways to do this in php, but obviously I need the filenames first of all).
Any help appreciated.
Andy.
I'm trying to get a directory listing of some of your remote servers (writing several web based automation application for file checking). I can use the opendir() readdir() etc. functions perfectly OK on my local machine, and even on a network share mapped to a drive on the local machine, but when pointing it to a network path, it returns nothing.
Anyone know a way around this or another method for listing the contents of a directory in such a way that I can use the returned information to retrieve file info such as date/time/size etc. (I know there are ways to do this in php, but obviously I need the filenames first of all).
Any help appreciated.
Andy.