Page 1 of 1

AndFTP download intent hang.

Posted: Sun Aug 26, 2012 5:28 am
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

Re: AndFTP download intent hang.

Posted: Sun Aug 26, 2012 3:21 pm
by support
You can download multiple files with AndFTP. Could you copy/paste the Intent configuration here?