gtg092x / gulp-sftp

Gulp SFTP Deploy
140 stars 61 forks source link

Proxy support? #53

Open ghost opened 8 years ago

ghost commented 8 years ago

I'd like to use this tool from behind a corporate proxy with no direct Internet connection. We have a HTTP proxy available, and I can use for SSH connections via e.g. PuTTY. (Also note that DNS lookups will fail, the proxy has to do the lookup.) image

I don't see any proxy options in the documentation for gulp-sftp.

FaberNa commented 6 years ago

Actually ssh2 support SOCKS5, is possible to implement the feature ?