iphonexcodesftpscpiphone-sdk-4.1

Downloading/Uploading a file from a sftp server on the iphone


I need to connect to a sftp/scp server download a file, edit it and then reupload it.

As far as i know the SKD itself doesn't give you the ability for secure connections via ftp.

Any Ideas?


Solution

  • There we go: http://www.chilkatsoft.com/ssh-sftp-objc.asp

    Does everything and a bit more. It's commercial but it doesn't really matter in our case as developing our own libssl2 wrapper would take weeks and weeks.