> I am trying to run ssh v1.5 on HP-UX 10.20 servers.  My questions are as
> follows:
> 1.    Does ssh v1.5 support ftp?
> 2.    How do I establish an ftp session?
> 3.    I am currently using the a command line like "ssh -l user host

You are out of luck with ftp. There is sftp in ssh2, in ssh1 you have
to use scp only.

Ftp is impossible even with port redirection options - it uses TWO
ports and the number of the second port is unpredictable so you cannot
redirect it. (At least I did not find a way to do it.)

Regards

Vaclav

Reply via email to