Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

William_K_F

PuTTY did the trick, thanks!
martin

Re: How to emulate Unix -L option to ssh?

WinSCP does not support tunneling. Bear in mind that WinSCP is file transfer tool. Tunneling has nothing to do with file transfers. You can use PuTTY.
William_K_F

How to emulate Unix -L option to ssh?

Hello,

I am trying to make an ssh connection with the -L Unix option.

-L port:host:hostport
Specifies that the given port on the local (client) host is to be forwarded to the given host and port on the remote side. This works by allocating a socket to listen to port on the local side, and whenever a connection is made to this port, the connection is forwarded over the secure channel, and a connection is made to host port localport from the remote machine. ...

I searched the site and could not find the WinSCP equivalent of this.

Using v3.7.4

Thanks.

-William