When trying to set up a remote storage sftp connection (through the sftp backup extension) I get the follwoing error: cURL error (1): Protocol "sftp" not supported or disabled in libcurl
When I check my terminal
# curl -V
sftp is not listed as supportet protocol.
What do I have to do to make...