Is there any TFTP client for iPhone sdk, which can tranfer files to TFTP server?

1.6k Views Asked by At

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?

1

There are 1 best solutions below

0
On BEST ANSWER

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.