Skip to content

Instantly share code, notes, and snippets.

@ederrafo
Forked from tr4nk/curl-with-sftp-https.md
Created December 11, 2018 16:42
Show Gist options
  • Save ederrafo/dbd3dce477562455511290f43348c4cc to your computer and use it in GitHub Desktop.
Save ederrafo/dbd3dce477562455511290f43348c4cc to your computer and use it in GitHub Desktop.
Install curl with sftp and https support on Ubuntu
  • Download latest curl
  • Manual install curl:
sudo apt install libssh2-1-dev libssl-dev
cd curl/
./configure --with-ssl --with-libssh2
make
sudo make install
  • Test installation:
curl -V
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment