sudo
sudo

Reputation: 1525

how to show directory list of server side in android

I want to know is it possible to show directory list of server side in android. The directory list is just folder/file name with folder icon from server side, actually the server side directory is in linux like "/home/public/user/abc" or "/home/public/user/a.jgp". User can click the folder/file name in android.

thanks

Upvotes: 0

Views: 1141

Answers (1)

Haphazard
Haphazard

Reputation: 10948

Here is the full code for a local file chooser. You can modify it to interact with your server quite easily.

Upvotes: 1

Related Questions