Page 1 of 1

Get Directory List via Intent

Posted: Wed Oct 06, 2010 5:07 am
by Romo
Hello Guys,

im new here and new to AndFTP but i managed within 20min to access an Folder via FTP within my app. All that thanks to your examples :D ! Great works, thanks for that ;) .

Here my Problem:
- i would like to download some files in root directory (file extension *.txt) but i dont know there name. So is there a possibility to get the file list of the directory with an Intent? or is it possible to get all *.txt files with an intent?

I'm looking forward to your answers,
your Romo

Re: Get Directory List via Intent

Posted: Thu Oct 07, 2010 6:38 am
by support
For file download, you need to know the filenames to download.
For folder download, you need to know the folder name and it will download all files in the folder, not only the *.txt.

We can add this feature to the wish list.