1835233 Members
2626 Online
110078 Solutions
New Discussion

ssl ftp client

 
Unix Administrator_5
Frequent Advisor

ssl ftp client

We are running hpux 11.0 on an L2000.

We need an ftp client that will connect to an ftp server using SSL for security.

Is there any such animal for hpux?
6 REPLIES 6
Sridhar Bhaskarla
Honored Contributor

Re: ssl ftp client

Install openssh2. This comes with sftp which is the ftp client that you are looking at. You can get openssh2 from the following URL.


http://hpux.cs.utah.edu/hppd/hpux/Networking/Admin/openssh-3.5p1/

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
Unix Administrator_5
Frequent Advisor

Re: ssl ftp client

sftp doent employ ssl does it.

I have to use ssl.
Steven E. Protter
Exalted Contributor

Re: ssl ftp client

sftp can use public encryption keys, which should be good enough.

I'm attaching my(from hp) cookbook on the subject. This might answer your questions. If ssl is some kind of uninformed management directive, sftp with public encryption key exchange is just as good.

The point is being secure, not how you become secure.

There is no known way to intercept or decrypt sftp traffic unless someone has access to both machines. Even then its tough.

P
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Unix Administrator_5
Frequent Advisor

Re: ssl ftp client

Unfortunately, the ftp server is on an AS400 which uses ssl (secure socke layer). We have to be able to provide a client that can use this protocol.
Sridhar Bhaskarla
Honored Contributor

Re: ssl ftp client

I understand it now.

You can use lftp. It is a public domain software. You may need to recompile it with openssl. Look at the downloads section in this URL. If the precompiled binaries do not include ssl, then you may have to compile it from the source.

http://lftp.yar.ru/

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
Steven E. Protter
Exalted Contributor

Re: ssl ftp client

No secure shell for AS400. Who'd have thunk.

I'm going to have to learn how to use ssl.

P
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com