从 iPhone 上的 sftp 服务器下载/上传文件

发布于 2024-10-01 22:54:08 字数 97 浏览 2 评论 0原文

我需要连接到 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

佞臣 2024-10-08 22:54:08

我们开始: 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.

几度春秋 2024-10-08 22:54:08

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)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文