1837107 Members
2330 Online
110112 Solutions
New Discussion

ftps (ssl) for HP-UX 11i

 
SOLVED
Go to solution
Jim Purtell
Frequent Advisor

ftps (ssl) for HP-UX 11i

Does anyone know of a product for 11i that would allow ssl enabled ftps access to our DMZ ftp server?

The only thing I was able to find was 'curl' - it seems this is only a client.

Thanks in advance (points will be awarded)
Jim
8 REPLIES 8
Marcel Boogert_1
Trusted Contributor

Re: ftps (ssl) for HP-UX 11i

Jim,

I think you can just use sftp against your server.

Regards, MB.
Steven E. Protter
Exalted Contributor

Re: ftps (ssl) for HP-UX 11i

Shalom Jim,

These links:
http://searchsecurity.techtarget.com/expert/KnowledgebaseAnswer/0,289625,sid14_gci1115891_tax299971,00.html?bucket=ETA
https://newhirereporting.com/LA-Newhire/FileZilla_installation_instructions.pdf
http://www.sonicwall.com/support/pdfs/technotes/SSL-VPN_NetExtender.pdf

Speak on the topic of your question.

I only wonder why ftp is being considered and not openssh sftp, which can work with VPN tunnels and has secure authentication built into the base product, not engineered in after the fact.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Ivan Ferreira
Honored Contributor
Solution

Re: ftps (ssl) for HP-UX 11i

vsftpd is a ftp server that allows the use of SSL for data encryption. In the INSTALL file you can see:

Tested platforms (well, it builds)
- HP-UX / GNU tools


I use it on Linux, I never tested on HP-UX.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Jim Purtell
Frequent Advisor

Re: ftps (ssl) for HP-UX 11i

Marcel,
ftps is ssl enabled and sftp is ssh enabled.

SEP,
To answer your question, it's a client of ours that's insisting we be able to handle the ftps protocol. I wouldn't be going through this if it werenâ t necessary. ;-)

Ivan,
This looks like it 'might' work. Thought I was hoping to have a supported approach, if you know what I mean.


Arunvijai_4
Honored Contributor

Re: ftps (ssl) for HP-UX 11i

Hi Jim,

How about using ProFTPD server ? It is part of Internet Express package and you can enable SSL

Take a look at ProFTPD-SSL how to,

http://www.castaglia.org/proftpd/doc/contrib/ProFTPD-mini-HOWTO-TLS.html

and, Internet Express is here, http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1111


-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Mike Keighley
Frequent Advisor

Re: ftps (ssl) for HP-UX 11i

Like Ivan, I recommend vsftpd.
http://vsftpd.beasts.org/

and for an FTP/TLS client to test against it:
CoreFTP-LE
http://www.coreftp.com/
nil illegitimi root-andum
Jim Purtell
Frequent Advisor

Re: ftps (ssl) for HP-UX 11i

Thanks everyone. I believe we're going with SFTPPlus as a solution. This incorporates the vsftpd as previously suggested.

Thanks again to all the responses -
Jim
Jim Purtell
Frequent Advisor

Re: ftps (ssl) for HP-UX 11i

.