1833053 Members
2622 Online
110049 Solutions
New Discussion

Re: FTP/SSL for HP-UX

 
SOLVED
Go to solution
Regina Mitchell
Frequent Advisor

FTP/SSL for HP-UX

Customer is aware of a freeware version of FTP/SSL for Linux...and would like to help us load it on our HP-UX boxes!
Is there is a version you would be willing to load.

The HP Box is a HP-UX 9000/800/L3000-7x
PARISC V2.0
OS 11.i
CPU 4 at 750

Can this freeware coexisit on the HP OS 11.i? Any additional information would be appreciated?
13 REPLIES 13
Jeff Schussele
Honored Contributor

Re: FTP/SSL for HP-UX

Hi Regina,

Here's HP's OpenSSH product which contain the sftp binary that uses SSL.
It's free.

HTH,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
A. Clay Stephenson
Acclaimed Contributor

Re: FTP/SSL for HP-UX

I would stick with the Secure Shell provided for free from HP.

http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA
If it ain't broke, I can fix that.
Geoff Wild
Honored Contributor

Re: FTP/SSL for HP-UX

What is the ftp/ssl freeware?

What exactly does the customer want to do?

ftp is built into HP-UX.

openssl can be installed for free:

http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=OPENSSL11I

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Jeff Schussele
Honored Contributor

Re: FTP/SSL for HP-UX

Would have been nice to attach the URL &~))

http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA

Rgds,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Regina Mitchell
Frequent Advisor

Re: FTP/SSL for HP-UX

As far as I can tell the customer wants to use secure FTP. I'm just returning back to work from medical leave and this was the email that was sent to me. We have SSH on this server and I don't know why they want to go with Linux.
Regina Mitchell
Frequent Advisor

Re: FTP/SSL for HP-UX

Thanks for all of the replies. I do not know what this Linux Freeware is. I am waiting for reply from customer. Can this Linux Freeware co-exsists on HP UNIX OS?
Jeff Schussele
Honored Contributor

Re: FTP/SSL for HP-UX

Well...they're *both* compiled from the same source obtained from openssh.org.
Functionality should be dang near the same if not identical.
Could be a versioning issue, I guess, if they/you have an old version.

My 2 cents,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Geoff Wild
Honored Contributor

Re: FTP/SSL for HP-UX

If it's secure ftp - then use the link that Clay posted - HP Secure Shell.

That has sftp in it.

Here's the release notes:

http://docs.hp.com/en/T1471-90014/index.html


Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Arunvijai_4
Honored Contributor

Re: FTP/SSL for HP-UX

Hello,

You can download and install Secure shell, http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA

which has got SFTP client. If you want Secure server, you can compile VSFTP. http://vsftpd.beasts.org/

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Steven E. Protter
Exalted Contributor
Solution

Re: FTP/SSL for HP-UX

Shalom,

openssh was ported from the Linux open source code to HP-UX depots by hp. It will provide the server, a client and the highest possibile reliability for this application.

The sftp server works just like an ftp server except that it does not do clear text authentication. It authenticates and transmits data encrypted.

Any Linux client has built in the needed client to upload and download files to an sftp server.

Any windows client can get free software client from http://www.networksimplicity.com

or http://www.chiark.greenend.org.uk/~sgtatham/putty/

SEP
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
Regina Mitchell
Frequent Advisor

Re: FTP/SSL for HP-UX

The customer states that SFTP works fine, but they have a standard interface package that they use, and it requires FTP/SSL.

The customer has suggested that FTP/SSL is available via Apache. Any ideas?
Arunvijai_4
Honored Contributor

Re: FTP/SSL for HP-UX

Yes, You can try with Stunnel which is avaiable with HP Apache software. To configure Secure FTP, you can follow this document

http://www.stunnel.org/examples/ftp.html

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Regina Mitchell
Frequent Advisor

Re: FTP/SSL for HP-UX

I have found no solution to what the customer is requesting. After the customers has investgated their options, their request for FTP/SSL using LINUX freeware has reached a deadend. I have appreciated all replies.