1

According to my information the SDK does not support directly the TFTP.

Are the any other ways how to deal with the missing API? Was anybody tried to use org.apache.commons.net.tftp? Are there any experiences how difficult is to run this on Android?

Any other GPL solutions for TFTP?

Thanks, STeN

STeN
  • 6,262
  • 22
  • 80
  • 125

3 Answers3

1

This question refers to:

http://www.java2s.com/Code/Java/Network-Protocol/AsimpleJavatftpclient.htm

HTH.

Community
  • 1
  • 1
anatoly techtonik
  • 19,847
  • 9
  • 124
  • 140
-2

i Found one Brilliant URL for FTP that include Sample Source also. Here is the URL

[http://www.lysesoft.com/products/andftp/intent.html#download][1]
bkshukla
  • 179
  • 5
  • 19
-3

You get lots of example to download a file using HTTP Methods.

I'm not sure about the FTP services in Android

Vinay
  • 2,395
  • 3
  • 30
  • 35
  • Hi, the question is not how to download the file via HTTP or FTP, but if there is some port of TFTP (TFTP is not a FTP) library available for the Android OS. – STeN Nov 09 '11 at 10:03