Re: FTP over SSH

2006-10-28 Thread Oded Arbel
On Wed, 2006-10-25 at 10:35 +0200, Ira Abramov wrote: Quoting Amos Shapira, from the post of Wed, 25 Oct: A quick googl'ing came up with this solution which doesn't involve installation of extra software (beyond standard ssh and SOCKS): socks IS an extra installation :) What do you

FTP over SSH

2006-10-25 Thread Michael Sternberg
Hello ssh implementation from ssh.com supports ftp forwarding over SSH: http://www.ssh.com/support/documentation/online/ssh/winhelp/32/Forwarding_FTP.html Do you know any open source implementation of SSH that supports similar functionality ? And I'm speaking about encryption and compression

Re: FTP over SSH

2006-10-25 Thread Amos Shapira
On 25/10/06, Michael Sternberg [EMAIL PROTECTED] wrote: Hellossh implementation from ssh.com supports ftp forwarding over SSH:http://www.ssh.com/support/documentation/online/ssh/winhelp/32/Forwarding_FTP.html Do you know any open source implementation of SSH that supports similarfunctionality ?

Re: FTP over SSH

2006-10-25 Thread Ira Abramov
Quoting Amos Shapira, from the post of Wed, 25 Oct: A quick googl'ing came up with this solution which doesn't involve installation of extra software (beyond standard ssh and SOCKS): socks IS an extra installation :) What do you want to use it for and why wouldn't sftp be enough? sometimes

Re: FTP over SSH

2006-10-25 Thread Diego Iastrubni
ביום רביעי, 25 באוקטובר 2006, 10:35, נכתב על ידי Ira Abramov: dynamic IP --(ssh)-- Fixed IP --(ftp)-- target machine I am probably missing something... but winscp (and konqueror sftp://) can handle file serving via ssh, and it only requires an SSH service available. -- diego, kde-il

Re: FTP over SSH

2006-10-25 Thread Amos Shapira
On 26/10/06, Diego Iastrubni [EMAIL PROTECTED] wrote: ביום רביעי, 25 באוקטובר 2006, 10:35, נכתב על ידי Ira Abramov: dynamic IP --(ssh)-- Fixed IP --(ftp)-- target machineI am probably missing something... but winscp (and konqueror sftp://) canhandle file serving via ssh, and it only requires an

Re: FTP over SSH

2006-10-25 Thread Ira Abramov
Quoting Diego Iastrubni, from the post of Wed, 25 Oct: dynamic IP --(ssh)-- Fixed IP --(ftp)-- target machine I am probably missing something... but winscp (and konqueror sftp://) can handle file serving via ssh, and it only requires an SSH service available. no file serving, it's only a

Re: Reverse ftp over ssh does send files

2003-07-20 Thread Micha Feigin
On Fri, 2003-07-18 at 13:29, Shaul Karl wrote: On Fri, Jul 18, 2003 at 01:39:10AM +0300, Micha Feigin wrote: I am aware of sftp, only for the specific computer I am trying to connect to, when I try to connect over sftp the connection locks up. I can't connect directly back to my computer

Re: Reverse ftp over ssh does send files

2003-07-20 Thread Ehud Karni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 19 Jul 2003 00:20:50 +0300, Micha Feigin [EMAIL PROTECTED] wrote: I am confused. Allow me to revisit the problem: Machine A --- network cloud --- home gateway --- Machine B In addition to the above, B is masqueraded,

Re: Reverse ftp over ssh does send files

2003-07-18 Thread Shaul Karl
On Fri, Jul 18, 2003 at 01:39:10AM +0300, Micha Feigin wrote: I am aware of sftp, only for the specific computer I am trying to connect to, when I try to connect over sftp the connection locks up. I can't connect directly back to my computer since I am conection through the isp NAT and an

Re: Reverse ftp over ssh does send files

2003-07-18 Thread Micha Feigin
On Thu, 2003-07-17 at 10:55, Shachar Shemesh wrote: Tzafrir Cohen wrote: On Thu, Jul 17, 2003 at 09:07:18AM +0300, guy keren wrote: On 17 Jul 2003, Micha Feigin wrote: I try to connect to a remote computer using ssh and then tunnel the ftp connection back to by computer

Re: Reverse ftp over ssh does send files

2003-07-17 Thread Alon Altman
On Thu, 17 Jul 2003, Micha Feigin wrote: I try to connect to a remote computer using ssh and then tunnel the ftp connection back to by computer using ssh -R 1234:local machine:21 ... I manage to open an ftp connection back to my computer and log in, but I can't seem to be able to do

Re: Reverse ftp over ssh does send files

2003-07-17 Thread Shachar Shemesh
Alon Altman wrote: On Thu, 17 Jul 2003, Micha Feigin wrote: I try to connect to a remote computer using ssh and then tunnel the ftp connection back to by computer using ssh -R 1234:local machine:21 ... I manage to open an ftp connection back to my computer and log in, but I can't seem to be

Re: Reverse ftp over ssh does send files

2003-07-17 Thread Tzafrir Cohen
On Thu, Jul 17, 2003 at 09:07:18AM +0300, guy keren wrote: On 17 Jul 2003, Micha Feigin wrote: I try to connect to a remote computer using ssh and then tunnel the ftp connection back to by computer using ssh -R 1234:local machine:21 ... why do you expect to be able to tunnet 'ftp'

Re: Reverse ftp over ssh does send files

2003-07-17 Thread Shachar Shemesh
Tzafrir Cohen wrote: On Thu, Jul 17, 2003 at 09:07:18AM +0300, guy keren wrote: On 17 Jul 2003, Micha Feigin wrote: I try to connect to a remote computer using ssh and then tunnel the ftp connection back to by computer using ssh -R 1234:local machine:21 ... why do you expect to be

Re: Reverse ftp over ssh does send files

2003-07-17 Thread Micha Feigin
On Thu, 2003-07-17 at 10:08, Shachar Shemesh wrote: Alon Altman wrote: On Thu, 17 Jul 2003, Micha Feigin wrote: I try to connect to a remote computer using ssh and then tunnel the ftp connection back to by computer using ssh -R 1234:local machine:21 ... I manage to open an ftp

Reverse ftp over ssh does send files

2003-07-16 Thread Micha Feigin
I try to connect to a remote computer using ssh and then tunnel the ftp connection back to by computer using ssh -R 1234:local machine:21 ... I manage to open an ftp connection back to my computer and log in, but I can't seem to be able to do anything with it: michf ftp localhost 1234 Connected

Re: Reverse ftp over ssh does send files

2003-07-16 Thread guy keren
On 17 Jul 2003, Micha Feigin wrote: I try to connect to a remote computer using ssh and then tunnel the ftp connection back to by computer using ssh -R 1234:local machine:21 ... why do you expect to be able to tunnet 'ftp' like that? ftp sends only commands via port 21. data is sent via a