Get Directory List via Intent

FTP client for Android handsets.
Post Reply
Romo
Posts: 1
Joined: Wed Oct 06, 2010 5:02 am
AntiSpam sum: 8

Get Directory List via Intent

Post 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

support
Posts: 853
Joined: Sun Apr 20, 2008 4:40 pm

Re: Get Directory List via Intent

Post 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.

Post Reply