List all files from a URL android -


i need name of files inside folder given url. suppose webserver has directory www.example.com/images/ , folder contains files 1.png, 2.png , 3.png. need names of these image files using url directory.

you can't, webserver might allow directory listing , produces text or html page listing files in directory. can parse response.

test if webserver allows directory listing accessing url in browser: www.example.com/images/ , see response get. file listing of sort can parse response.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -