- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- FTP using SSL
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
11-05-2002 01:39 PM
11-05-2002 01:39 PM
FTP using SSL
Please point me in the right direction. Relate your success/horror stories about this.
Thank you
-Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2002 11:21 PM
11-05-2002 11:21 PM
Re: FTP using SSL
you can use "sftp" instead of ftp.
"sftp" comes for example with openssh-distribution for free and provides the same login mechanism as ssh connects:
- publikkey, password - login
- encryption
To install and configure ssh (highly recommended also without using sftp) you will find many postings in this forum.
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2002 11:28 PM
11-05-2002 11:28 PM
Re: FTP using SSL
Working with sftp is the same as working with ftp, only it is secure. like ssh works like sh, and scp works like cp.
Sometimes live is easy....
Goodluck
Donald
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2002 11:38 PM
11-05-2002 11:38 PM
Re: FTP using SSL
sftp is a subsystem of secure shell (ssh). It means that sshd daemon should be running for sftp to work. sshd listens for conections in tcp port 22.
sftp encrypts both ftp password and ftp data. So it's performance drops for large file transfers due to high CPU utilisation when doing encryption for large data.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2002 06:56 AM
11-06-2002 06:56 AM
Re: FTP using SSL
...Manjeet