masaeedu / win-sshfs

Fork of http://code.google.com/p/win-sshfs/
BSD 3-Clause "New" or "Revised" License
26 stars 9 forks source link

proxy support #8

Closed dnelson86 closed 6 years ago

dnelson86 commented 6 years ago

Hi,

I would really like to dump the old GUI for this fork, which is very nice! The only missing feature for me is proxy support, which I guess might be as simple as adding the changes here:

https://github.com/Foreveryone-cz/win-sshfs/commit/5d79d4d689ee525ae276ca8b6345464c892bc13a

and support on the command line.

masaeedu commented 6 years ago

Hi @dnelson86. I'm not sure exactly what kind of proxying you're talking about. Are you asking for SOCKS proxying?

This tool only exposes a local FUSE representation of a remote filesystem using SFTP, so I don't quite get how proxying in either direction enters into that.

masaeedu commented 6 years ago

Closing for inactivity, feel free to reopen if there's something else you need.