Jeffry Smith <[EMAIL PROTECTED]> writes:
...
>Some alternatives I have seen:
...
>3. FTP over SSH - use SSH for the base connection, then run FTP through it.
How does this work? I suppose it uses the -R option, but I would
appreciate an example.
- Jim Van Zandt
-R port:host:hostport
Specifies that the given port on the remote
(server) host is to be forwarded to the given host
and port on the local side. This works by allocat-
ing a socket to listen to port on the remote 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:hostport from the
local machine. Port forwardings can also be speci-
fied in the configuration file. Privileged ports
can be forwarded only when logging in as root on
the remote machine.
**********************************************************
To unsubscribe from this list, send mail to
[EMAIL PROTECTED] with the following text in the
*body* (*not* the subject line) of the letter:
unsubscribe gnhlug
**********************************************************