0

possible duplicate :

How to list all files in directory from http server?

but in my case the server is not handled by me.so i cannot able to implement this answer.

In my application i need to download the file from the server in background intentservice and after download completion i show a different fragment for video,music and document file.

But i need to download only the files in whole directory in the public server.(without downloading the folder/directory).

for example:

String url = {http://www.mee.com/server/content/};

download all files in this directory without downloading sub-directory from server.

I tried some code to download multiple files from server with url and succeed in that. but now i need to download the files from directory without file path url.

Community
  • 1
  • 1
DineshkumarBalan
  • 114
  • 1
  • 12
  • any reason for downvote – DineshkumarBalan Apr 11 '16 at 12:52
  • reason for upvote? this guy don't know http basics ... there is no way to list files on server without script using plain http protocol ... also [very strange vote pattern apr 7](http://stackoverflow.com/users/4898357/beginner?tab=reputation) looks like a serial upvote dor me – Selvin Apr 11 '16 at 12:53

0 Answers0