Skip to content

Instantly share code, notes, and snippets.

View juliolvfilho's full-sized avatar

Júlio Filho juliolvfilho

View GitHub Profile
@juliolvfilho
juliolvfilho / curl-with-sftp-https.md
Last active September 11, 2019 23:46 — forked from tr4nk/curl-with-sftp-https.md
Install curl with sftp and https support on Ubuntu

as root...

  • Download latest curl:
cd /opt
wget http://curl.haxx.se/download/curl-x.x.x.tar.gz
  • Manual install curl: