Hi all,
I want to read the content of a folder on a webserver with a java program. Is that possible at all?
Want I try to achive is that you can call the programm with a certain URL (like an it will display the folder's (xyz) content (all html-files, etc.).
I have tried URLConnection and File... both without success.
The idea behind this is that we have to manually check every morning if there is a new file that can be downloaded from a website and I want to automate this. The files are all in the same folder, but there is no ftp-access, just plain http.
Anybody done this before?
Cheers
frag
real_firestorm@gmx.de
I want to read the content of a folder on a webserver with a java program. Is that possible at all?
Want I try to achive is that you can call the programm with a certain URL (like an it will display the folder's (xyz) content (all html-files, etc.).
I have tried URLConnection and File... both without success.
The idea behind this is that we have to manually check every morning if there is a new file that can be downloaded from a website and I want to automate this. The files are all in the same folder, but there is no ftp-access, just plain http.
Anybody done this before?
Cheers
frag
real_firestorm@gmx.de