- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Secure File Transfer
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2003 12:10 PM
03-28-2003 12:10 PM
Secure File Transfer
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2003 12:45 PM
03-28-2003 12:45 PM
Re: Secure File Transfer
http://samba.anu.edu.au/ftp/rsync/binaries/HPUX/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2003 10:31 PM
03-28-2003 10:31 PM
Re: Secure File Transfer
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2003 10:31 PM
03-28-2003 10:31 PM
Re: Secure File Transfer
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2003 10:32 PM
03-28-2003 10:32 PM
Re: Secure File Transfer
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2003 10:32 PM
03-28-2003 10:32 PM
Re: Secure File Transfer
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2003 10:34 PM
03-28-2003 10:34 PM
Re: Secure File Transfer
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2003 10:37 PM
03-28-2003 10:37 PM
Re: Secure File Transfer
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2003 04:35 PM
03-29-2003 04:35 PM
Re: Secure File Transfer
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2003 05:43 AM
04-01-2003 05:43 AM
Re: Secure File Transfer
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