karelia / CurlHandle

Cocoa Class wrapping libcurl
54 stars 21 forks source link

SFTP usage #7

Closed dbainbridge closed 11 years ago

dbainbridge commented 11 years ago

Am I to understand that if you need to support both FTP and SFTP you need to also use the CK2SFTPSession class from https://github.com/karelia/libssh2_sftp-Cocoa-wrapper? or should we be using the latest ConnectionKit to get both?

mikeabdullah commented 11 years ago

Hi,

For SFTP support, you're almost certainly best off going through ConnectionKit 2 than CURLHandle. There's quite a bit of extra management required of CURLHandle that's a waste of your time to have to write.