Skip to content

Instantly share code, notes, and snippets.

@Teemu
Created May 21, 2018 10:10
Show Gist options
  • Save Teemu/f9679f5ec55075f08f472dfe5d9a493d to your computer and use it in GitHub Desktop.
Save Teemu/f9679f5ec55075f08f472dfe5d9a493d to your computer and use it in GitHub Desktop.
Fetching a file through SFTP using Proximo w/ ncat
sftp -o ProxyCommand='ncat --proxy PROXIMO_URL:1080 --proxy-auth PROXIMO_USERNAME:PROXIMO_PASSWORD --proxy-type socks5 -w 4 %h %p' user@host:FILE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment