I've installed sftp plugin for Sublime Text 3.
Is it possible to configure sftp with proxy?
I am looking for any proxy settings.
Does anyone know about this?
I've installed sftp plugin for Sublime Text 3.
Is it possible to configure sftp with proxy?
I am looking for any proxy settings.
Does anyone know about this?
Try to add this in your "Package Control.sublime-settings":
"http_proxy": "proxy.my.net:8080", "https_proxy": "proxy.my.net:8080",
If it didn't work, try to use following steps:
Hope it can help you.
Use
ProxyCommand
insidesftp_flags
.Something like this worked for me: