从 iPhone 上的 sftp 服务器下载/上传文件
我需要连接到 sftp/scp 服务器下载文件,编辑它,然后重新上传。
据我所知,SKD 本身并不能让您通过 ftp 进行安全连接。
有什么想法吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我们开始: http://www.chilkatsoft.com/ssh-sftp-objc.asp
可以做所有事情,甚至还可以做更多。它是商业性的,但对我们来说并不重要,因为开发我们自己的 libssl2 包装器需要数周的时间。
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.
https://github.com/karelia/libssh2_sftp-Cocoa-wrapper
我没有尝试过它(还...),但它来自制作 ConnectionKit 的同一个人。它是 SFTP(我不确定它们是指安全 ftp 还是 ssh 文件传输协议)
https://github.com/karelia/libssh2_sftp-Cocoa-wrapper
I have not tried it (yet...), but it's from the same person who made ConnectionKit. It's SFTP (I'm not sure if they mean secure ftp or ssh file transfer protocol)