Quantcast
Channel: Active questions tagged windows - Super User
Viewing all articles
Browse latest Browse all 10479

Configuring an SSH tunnel with FileZilla

$
0
0

Is there any way to configure FileZilla on Microsoft Windows so that it connects to an SFTP server through some SSH tunnel?

E.g., with WinSCP, I can do the following:

enter image description here

I don't want to have to launch the SSH tunnel another program such as PuTTY or running e.g. ssh -D 443 -v -N -L 443:my_server.org:22 franck50@my_server.org then

enter image description here


Viewing all articles
Browse latest Browse all 10479

Trending Articles