Created
May 21, 2018 10:10
-
-
Save Teemu/f9679f5ec55075f08f472dfe5d9a493d to your computer and use it in GitHub Desktop.
Fetching a file through SFTP using Proximo w/ ncat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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