Does AndFTP support following features

FTP client for Android handsets.
Post Reply
frankpt
Posts: 1
Joined: Mon Jan 03, 2011 5:22 am
AntiSpam sum: 8

Does AndFTP support following features

Post by frankpt »

Hi,

I want to implement an Android based mobile testing toolkit. FTP testing is one of these testing features. My question is "Does AndFTP support following features?":

1. Throughput result
2. Download/Upload FTP files without user interactive. (i.e. When I load the Intent, users don't need to press the OK button.)
3. Can I start two AndFTP based activities to do the FTP download/upload simutanously?
4. How can I set the "bin" and "hash" via AndFTP ?
5. How can I set the FTP server port in the Java code ?

Thanks,
Frank

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

Re: Does AndFTP support following features

Post by support »

#1 added to wish list.
#2 No and we won't allow AndFTP to transfer file silently because it would be a security hole.
#3 Not tested but should work.
#4 BIN transfer is setup automatically. Do you need ASCII transfer?
#5 In Intent url such as ftp://yourserver.com:yourport

Post Reply