Re: FTP over SSH2 how?
From: Thomas Keller (thomas.keller_at_gmx.com)
Date: 04/25/04
- Next message: Ed: "Re: PLD Live"
- Previous message: Milo T.: "Failings of an impotent man"
- In reply to: Ken Williams: "Re: FTP over SSH2 how?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Ed: "Re: PLD Live"
- Previous message: Milo T.: "Failings of an impotent man"
- In reply to: Ken Williams: "Re: FTP over SSH2 how?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|