sftp -v -oProxyCommand="nc -v PROXY_IP_HERE PROXY_PORT_HERE %h %p" user@remote_sftp_server.com 22
How can I do this if I don't have netcat installed? I don't have permission to install it, even in my home directory. There is no tsocks/socksify either.