Operating System - HP-UX
1832488 Members
4039 Online
110043 Solutions
New Discussion

Re: Where and how to find Secure FTP

 
SOLVED
Go to solution
David Land
Frequent Advisor

Where and how to find Secure FTP

I will need to install some kind of Secure FTP software onto my HP-UX version 11.11 servers and wanted to know what HP had for this?

What kind of secure ftp product does HP have and where can I find it?
10 REPLIES 10
Rick Garland
Honored Contributor

Re: Where and how to find Secure FTP

You can get the SSH from the HP Software Porting Archive. Within the SSH package is the tool sftp.
HGN
Honored Contributor
Solution

Re: Where and how to find Secure FTP

Hi

This is the HP product detail for SSH

T1471AA A.03.61.002 HP-UX Secure Shell

Open SSH is a freeware and sftp, scp are part of the bundle

Hope this helps

Regards

Gopi
Sanjay_6
Honored Contributor

Re: Where and how to find Secure FTP

Hi,

Try sftp which should be bundled alongwith ssh. download from hp software site,

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

Hope this helps.

Regds
Rick Garland
Honored Contributor

Re: Where and how to find Secure FTP

http://gatekeep.cs.utah.edu

This is 1 of the Porting Archive sites. Do a search for SSH and you should find the package in depot form
David Land
Frequent Advisor

Re: Where and how to find Secure FTP

Thanks. I will check it out.
Geoff Wild
Honored Contributor

Re: Where and how to find Secure FTP

Here's the release notes.

http://docs.hp.com/hpux/onlinedocs/T1471-90011/T1471-90011.html

Make sure your patching is up to date.

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.
Jay Venkatanarayanan
Occasional Contributor

Re: Where and how to find Secure FTP

OpenSSH - SFTP does not give you an option to send files in "ASCII" mode.
sftp2 has this option. Is there a package for SSH2/SFTP2 for HP-UX 11.11 server??

Thanks, Jay
Rick Garland
Honored Contributor

Re: Where and how to find Secure FTP

Jay:

ASCII files go across without having to specify the format. As to SSH2 version, I believe most packages are the 2 version. If not you can check in the sshd_config file to explicitly set version 2.
Rick Garland
Honored Contributor

Re: Where and how to find Secure FTP

Jay:

One last thing, if you are using scp, no need to worry about the file format. The sftp and scp tools are pretty much interchangeable in that they both operate pretty much the same way.
Bill Hassell
Honored Contributor

Re: Where and how to find Secure FTP

The current version of OpenSSH from HP is A.03.81.002 and does not have binary or ascii options. The ASCII option is a translator to handle the wide differences found in storing ASCII files on different computer systems (Mac, DOS, mainframe, etc). All files are transferred as-is which is binary.


Bill Hassell, sysadmin