AndFTP download intent hang.

FTP client for Android handsets.
Post Reply
Ankit2502
Posts: 2
Joined: Sat Aug 25, 2012 12:22 pm
AntiSpam sum: 8

AndFTP download intent hang.

Post by Ankit2502 »

Hello Friends,

I am using AndFTP intent for downloading in one of my business application for tablet. I have downloaded the AndFTP free version from Google Play and then use it's downloading and uploading intent functionality. Some times it hangs on Downloading Files.. or Uploading Files.. dialog screen and then no content is downloaded. I found that giving the special character in file name also cause this problem so that i have removed the special characters from my file name. Now i am passing list of files to the intent and added multiple file names in the following field in a for loop.
intent.putExtra("remote_file"+i, "filename");

and same thing i used for uploading intent. After that some times my screen hangs on Downloading Files.. dialog box.

Is it like that the free version have some limitations i.e. there is any limit of files for downloading in single intent?

Can you please help me out on urgent basis i have to deliver the app to client.

Thanks
Ankit

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

Re: AndFTP download intent hang.

Post by support »

You can download multiple files with AndFTP. Could you copy/paste the Intent configuration here?

Post Reply