1833792 Members
2227 Online
110063 Solutions
New Discussion

FTP using SSL

 
Dave Johnson_1
Super Advisor

FTP using SSL

I have been asked to determine what I need to do to be able to FTP using SSL from script files on my HP-UX 11.0 systems to/from 3rd party vedors such as bank and payroll.
Please point me in the right direction. Relate your success/horror stories about this.
Thank you
-Dave
4 REPLIES 4
Christian Gebhardt
Honored Contributor

Re: FTP using SSL

Hi
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
Donald Kok
Respected Contributor

Re: FTP using SSL

Hi Dave,

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
My systems are 100% Murphy Compliant. Guaranteed!!!
U.SivaKumar_2
Honored Contributor

Re: FTP using SSL

Hi,
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
Innovations are made when conventions are broken
Kellogg Unix Team
Trusted Contributor

Re: FTP using SSL

You may also want to talk to 3rd party vendors before going forward with ssh/scp. At times, pgp/gpg encription is what they are looking for. You may ask your networking team if you have dedicated lines to your 3rd party vendors or data will go on public line (internet).

...Manjeet
work is fun ! (my manager is standing behind me!!)