> I tunnel my ftp connections using TeraTerm SSH and LeechFTP as
> ftp-client. It works when I use the remote IP which is reachable from
> the Internet, but it doesn't work if I use 127.0.0.2 as remote adress
> (see log below).
>
> The outside world shouldn't see a ftp server, a connection to the ftp
> should only be established through a ssh tunnel. How could I do this?
You've got the usual FTP problem: you are tunneling the control
connection successfully, but *all* FTP data transfers *including
directory listings* are transfered via a seperate TCP call, and
SSH has not been told to tunnel this call. The problem is that
the port numbers used vary for each of these secondary calls as
they are set up for successive data transfers.
--
David Pick