Re: FTP over SSH2 how?

From: Thomas Keller (thomas.keller_at_gmx.com)
Date: 04/25/04


Date: Sun, 25 Apr 2004 00:50:23 +0200

Ken Williams wrote:

> In article <pan.2004.04.23.17.45.59.200116@you.now>, "Ivan Marsh"
> <annoyed@you.now> wrote:
>>If the FTP client understands ssh/sftp you shouldn't have to do anything
>>to your SSH setup to make it work.
>>
>>I'd say your problem is with you ProFTPd setup and not SSH.
>>
>>Try connecting with sftp from the command line.
>
> I did have SFTP working. I don't want that. SFTP is not FTP over SSH2.

Check this: ssh -f -L <clientport>:<server>:<serverport> <server> <what you
want to do>
now I go with the port 7777 from my computer over ssh to host1 and start a
job for one day (let the port open, so I can work the long day ;-))
ssh -f -L 7777:host1:110 host1 sleep 86400

I hope it will help you :-)

Thomas



Relevant Pages

  • Re: Batch job to perform sftp transfer
    ... It relies on copying datasets to temporary HFS files ... I used /bin/cat with ssh so that I could transfer the data and pipe it to ... The IBM version of sftp doesn't support datasets, ... Batch job to perform sftp transfer ...
    (bit.listserv.ibm-main)
  • Re: [opensuse] what networking file system to use for our home office?
    ... SSH server on Your "server" and from Your clients connect using SFTP or ... You can login using SSH ... certificates or just let clients' computers to remember passwords. ... I usually sit at university, so I have good connection, but even from home ...
    (SuSE)
  • Re: secure file transfer FROM z/OS
    ... FTPS. ... SSH SFTP. ... This is supported by z/OS Ported Tools - OpenSSH. ... better native z/OS features than Ported Tools SSH ...
    (bit.listserv.ibm-main)
  • Re: SPAM sudden increase
    ... up ssh for some sftp session and saw something odd... ... Dude was on a tech call with f-secure and the tech asked, "So, are you ... To which the dude replied, "Yeah, I'm ...
    (alt.2600)
  • Re: SFTP is not working
    ... When I try to use sftp or scp2, I get a message like this: ... sftp and scp2 both actually work by running ssh in a subprocess, ... The reason the shell startup files are relevant at all, ...
    (comp.security.ssh)