1833920 Members
4661 Online
110063 Solutions
New Discussion

Re: Secure File Transfer

 
HSBC
Occasional Advisor

Secure File Transfer

Hello.

I??d like to now if is there any version of RSYNC available for HP-UX 10.20 and 11.00.

I??m interested on any software that would also have OS-policy authentication, advanced logging, data encription and, best of all, be free...

Thanks for any contribuition![ ]s,
Jeffo.
Unix telecomm. support analyst
9 REPLIES 9
John Dvorchak
Honored Contributor

Re: Secure File Transfer

Have you tried a google search? Here is what I got with rsync hpux:

http://samba.anu.edu.au/ftp/rsync/binaries/HPUX/
If it has wheels or a skirt, you can't afford it.
U.SivaKumar_2
Honored Contributor

Re: Secure File Transfer

Hi,

sftp-server is the good choice . It runs on ssh package . you can download openssh opensource package from this site.

http://www.openssh.org


regards,

U.SivaKumar
Innovations are made when conventions are broken
U.SivaKumar_2
Honored Contributor

Re: Secure File Transfer

Hi,

sftp-server is the good choice . It runs on ssh package . you can download openssh opensource package from this site.

http://www.openssh.org


regards,

U.SivaKumar
Innovations are made when conventions are broken
U.SivaKumar_2
Honored Contributor

Re: Secure File Transfer

Hi,

sftp-server is the good choice . It runs on ssh package . you can download openssh opensource package from this site.

http://www.openssh.org


regards,

U.SivaKumar
Innovations are made when conventions are broken
U.SivaKumar_2
Honored Contributor

Re: Secure File Transfer

Hi,

sftp-server is the good choice . It runs on ssh package . you can download openssh opensource package from this site.

http://www.openssh.org


regards,

U.SivaKumar
Innovations are made when conventions are broken
U.SivaKumar_2
Honored Contributor

Re: Secure File Transfer

Hi,

sftp-server is the good choice . It runs on ssh package . you can download openssh opensource package from this site.

http://www.openssh.org


regards,

U.SivaKumar
Innovations are made when conventions are broken
U.SivaKumar_2
Honored Contributor

Re: Secure File Transfer

Hi,

sftp-server is the good choice . It runs on ssh package . you can download openssh opensource package from this site.

http://www.openssh.org


regards,

U.SivaKumar
Innovations are made when conventions are broken
Chris Vail
Honored Contributor

Re: Secure File Transfer

Secure copy/Secure shell is free and downloadable from software.hp.com. Install it per instructions, and then carefully follow the directions I've written in the attached document.



Chris
Tim Maletic
Valued Contributor

Re: Secure File Transfer

For 11.00: rsync binaries are available from the HP-UX porting archive (http://hpux.cs.utah.edu/hppd/hpux/Networking/Admin/rsync-2.5.5/); openssh binaries are available from HP (http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=T1471AA).

For 10.20: you'll have to do some digging to find binaries -- you may have to build from source.

Once you have these two, you can do rsync over ssh. See the "-e" option to rsync. -Tim