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:
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