iOS - SimpleFTP How to use SFTP (ssh)? -
i trying use apple's code simpleftpsample project upload/list directory in app. able working on server using ftp, need work on server requires sftp logins. there way set nsstream use 'sftp' when connecting?
here apple's project example: https://developer.apple.com/library/ios/samplecode/simpleftpsample/introduction/intro.html
ftp , sftp different protocols. have @ https://github.com/karelia/connectionkit - library supports ftp, sftp , webdav transfers
ooops! missed ios bit wasn't ready yet! perhaps libraries in this answer help
Comments
Post a Comment