0

How do I connect to FTP server over TLS? I want to make FTPS connection to FTP server, so that username and password are encrypted. I am unable to find any API for this. I have used GetController/ PutController classes in SimpleFTPSample provided in Apple documentation.

Opal
  • 81,889
  • 28
  • 189
  • 210
K_Mohit
  • 528
  • 3
  • 17

2 Answers2

0

BlackRaccoon is a open source library for doing FTP transfers.

https://github.com/lloydsargent/BlackRaccoon

0

Check the thread hopefully solve your problem.
SFTP libraries for iPhone?

Community
  • 1
  • 1
Anni S
  • 1,996
  • 19
  • 28