3

Is it possible to use a normal FTP client (FTP operations using the NSURLConnection and CFFTPStream APIs) to send file to TFTP server, for iOS?

Or is there a dedicated TFTP client for iOS?

Tirupati Balan
  • 674
  • 1
  • 10
  • 29

1 Answers1

2

You can download the library from this link http://sourceforge.net/projects/tftp/

and then you can create your own custom library and use it according to your requirement.

Robin
  • 10,011
  • 5
  • 49
  • 75