I'm trying to create a custom action for git-ftp. I've created a shell script that works fine when run on its own in the Terminal. However, when run by the Custom Action, it says that sftp is not supported by libcurl.
When I run curl -V in Terminal, sftp seems to be supported.
When I run curl -V in the shell script called by SourceTree, sftp is not supported.
What difference is there in running the code via Terminal or via SourceTree?
Regards,
Harold