This is a discussion on ftp and ssl within the HP-UX Operating System forums, part of the Unix Operating Systems category; --> Hi have a question about implementing ssl and ftp. I have installed openssl from the hp download. I can't ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi have a question about implementing ssl and ftp. I have installed openssl from the hp download. I can't find any documentation about setting up ssl and ftp. If anyone could point me in the right direction I would appreciate it. I'm currently running sftp using ssh, and we will need to keep normal ftp up and running for transfers of pgp/gpg encrypted files. Thanks Joe |
| |||
| Joe DuQuette <josephdu@dmba.com> wrote: > Hi have a question about implementing ssl and ftp. I have installed > openssl from the hp download. I can't find any documentation about > setting up ssl and ftp. If anyone could point me in the right > direction I would appreciate it. I'm currently running sftp using > ssh, and we will need to keep normal ftp up and running for > transfers of pgp/gpg encrypted files. IIRC, while both have "ftp" in their names, FTP and sftp are not related. For normal FTP, you just do the normal things via sam to enable/disable/etc. rick jones -- portable adj, code that compiles under more than one compiler these opinions are mine, all mine; HP might not want them anyway... feel free to post, OR email to rick.jones2 in hp.com but NOT BOTH... |
| |||
| > Joe DuQuette <josephdu@dmba.com> wrote: > > Hi have a question about implementing ssl and ftp. I have installed > > openssl from the hp download. I can't find any documentation about > > setting up ssl and ftp. If anyone could point me in the right > > direction I would appreciate it. I'm currently running sftp using > > ssh, and we will need to keep normal ftp up and running for > > transfers of pgp/gpg encrypted files. > IIRC, while both have "ftp" in their names, FTP and sftp are not > related. For normal FTP, you just do the normal things via sam to > enable/disable/etc. If Joe wants FTP over SSL then there are various commercial products available such as WS-FTP and the Covalent Enterprise FTP Server. I tried to build the GPL licenced vsftpd - with SSL support added - and had problems.. from reading my notes, seems I need to re-build, under 11i, with the latest TOUR 2.2 release in place. DaveN. > rick jones > -- |
| ||||
| "Joe DuQuette" <josephdu@dmba.com> writes: > Hi have a question about implementing ssl and ftp. I have installed > openssl from the hp download. I can't find any documentation about > setting up ssl and ftp. If anyone could point me in the right > direction I would appreciate it. I'm currently running sftp using ssh, > and we will need to keep normal ftp up and running for transfers of > pgp/gpg encrypted files. Personally I'd just configure SSH. Win users may use "WinSCP" while UNIX users may use "scp". Encryption shows down transfers however. Keep that in mind. Regards, Ulrich > > Thanks > Joe |