I am trying to sftp to my server using git-ftp on my mac. Everytime i try, i keep getting : Protocol sftp not supported or disabled in lib curl curl: (1) Protocol sftp not supported or disabled in lib curl I have spent around 4 hours googling and tinkering with installing libssh and libssh2, curl with sftp. They are all installed yet i still keep getting this error. I appreciate this isn't strictly speaking a git-ftp issue, but i am hoping other git-ftp users may have encountered and fixed this. I hav...
in case you have issue with libcurl, please install curl with ssh.
one developer suggest using sudo port install curl +sftp_scp, but i'm more to brew, so quick brew install curl --with-ssh would do the job.
Next, remember to do
ln -s /usr/local/Cellar/curl/7.26.0/bin/curl /usr/local/bin/curl ln -s /usr/local/Cellar/curl/7.26.0/bin/curl-config /usr/local/bin/curl-config













