Hi, i am trying to login to aftp server and just obtain the list of files to be downloaded. I get a response like the one below. http://old.nabble.com/file/p31122553/fileslist%2Blog.txt fileslist+log.txt
In the log u could see this line -rw-r--r-- 1 ftmbatch staff 71 Mar 10 07:21 status.txt[\n]" which mentions about the file there in the response . I would want to know if there is way to get just the list of files which are available for download from the HttpServer or would i need to parse this generated response as a String and get the list. -- View this message in context: http://old.nabble.com/Getting-alist-of-files-to-be-downloaded-using-HttpClient-tp31122553p31122553.html Sent from the HttpClient-User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
