我想在OSX中獲得對捲曲的SFTP支持。我通過SFTP支持在OSX上捲曲
$ brew install curl --with-ssh
安裝捲曲,我也通過
$ sudo ln -s /usr/local/bin/curl /usr/bin/curl
符號鏈接的自制軟件版本到/ usr/bin中,但使用
當我仍然得到一個curl: (1) Protocol sftp not supported or disabled in libcurl
$ curl sftp://some.host.com/path/to/file
我的努力是connec解決這個問題的真棒git-ftp https://github.com/resmo/git-ftp/issues/146
我在做什麼錯?
只是一個簡短的說明:似乎現在你需要: 釀造安裝捲曲--with-libssh2 – DerWOK
@DerWOK找你真正的MVP在這裏,這比答案更好。 – njfife