문제

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?

도움이 되었습니까?

해결책

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

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)

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top