Operating System - HP-UX
1836412 Members
2539 Online
110100 Solutions
New Discussion

Re: Secure FTP and normal FTP

 
SOLVED
Go to solution

Secure FTP and normal FTP

I use HPUX 11i and we normally use FTP to talk to some external customers. However, we have one customer who would like us to use secure FTP. Can I run secure FTP and normal FTP on the same version of HPUX ?

Thanks

3 REPLIES 3
Rick Garland
Honored Contributor

Re: Secure FTP and normal FTP

Yes you can.

Can use wuftp, sftp, etc and still have the default ftp on the system

Sanjay_6
Honored Contributor
Solution

Re: Secure FTP and normal FTP

Hi,

Yes You can.

You can have regular ftp and ftp sessions controlled by ftpaccess.

You can also use regular ftp and sftp (secure ftp, comes with ssh).

Any implementation of ssh would include sftp. Here is a link to HP software site from where you can download the HP ported version of SSH.

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

Here is a link to HP ssh doc from hp docs site,

http://docs.hp.com/en/T1471-90014/index.html

Hope this helps.

regds

Re: Secure FTP and normal FTP

Thanks for the help