Hi all - I've googled everywhere for this, and can't find an answer.
I'm developing an app in Coldfusion - however I'm not tied to it. There are a lot of ways to connect CF with other languages. We actually have cfdirectory in CF, but due to the installation I'm using, its limited to the local server only.
What I need to do is get a recursive list of directories and files of a giveen remote server path (i.e. http://someserver.com/list/of/folders/).
Requirements:
- Language used is not very important (Java, CF, PHP...whatever - CF can practically talk to anything)
- I don't care how the list comes in - comma delimited, object, array, structure, txt file, xml...CF can deal with just about anything.
- The local server where the app is located can not have anything new installed (i.e. custom extensions). It is Windows, and has most of your various web languages available.
- The remote server could be anything (Windows, Unix, IIS, Apache), and may have nothing more than a standard webserver (i.e. no languages available on the remote side).
- Folder permissions on the remote server are controllable. I could give it chmod 777 temporarily.
- Has to be an automated script of some kind, and the script has to exist on the local server...doing it manually would defeat the purpose here!
So I guess the question is - is there a language out there that can get a remote list of directories as a standard method of that language?
...I could've sworn javascript could do this...
I'm developing an app in Coldfusion - however I'm not tied to it. There are a lot of ways to connect CF with other languages. We actually have cfdirectory in CF, but due to the installation I'm using, its limited to the local server only.
What I need to do is get a recursive list of directories and files of a giveen remote server path (i.e. http://someserver.com/list/of/folders/).
Requirements:
- Language used is not very important (Java, CF, PHP...whatever - CF can practically talk to anything)
- I don't care how the list comes in - comma delimited, object, array, structure, txt file, xml...CF can deal with just about anything.
- The local server where the app is located can not have anything new installed (i.e. custom extensions). It is Windows, and has most of your various web languages available.
- The remote server could be anything (Windows, Unix, IIS, Apache), and may have nothing more than a standard webserver (i.e. no languages available on the remote side).
- Folder permissions on the remote server are controllable. I could give it chmod 777 temporarily.
- Has to be an automated script of some kind, and the script has to exist on the local server...doing it manually would defeat the purpose here!
So I guess the question is - is there a language out there that can get a remote list of directories as a standard method of that language?
...I could've sworn javascript could do this...