Dear all,
I am looking to get a listing of all files in a directory on a HTTP file server (the equivalent of "dir" under Windows command prompt).
I have a file server with a number of XML files (FOAF RDFs, to be exact) and I need to find out the names of the files, use the filename sot pupulate a listbox and then download any selected files for parsing.
Can anyone help with getting the directory listing? I feel like it should be connected to URLconnection, but I am drawing a blank.
Cheers,
Eddy
I am looking to get a listing of all files in a directory on a HTTP file server (the equivalent of "dir" under Windows command prompt).
I have a file server with a number of XML files (FOAF RDFs, to be exact) and I need to find out the names of the files, use the filename sot pupulate a listbox and then download any selected files for parsing.
Can anyone help with getting the directory listing? I feel like it should be connected to URLconnection, but I am drawing a blank.
Cheers,
Eddy