Operating System - HP-UX
1752798 Members
5695 Online
108789 Solutions
New Discussion юеВ

FTP without authentication.

 
AjitKumar
Occasional Contributor

FTP without authentication.

Hi All,
I am running a HP-UX box. I would like to configure ftp on this box such that ftp the contents without any authentication.Also this needs to be done just on a single directory.

Kindly help me with the steps that needs to be carried out to acheive the same.

Thanks in advance,
Ajit
4 REPLIES 4
Jaime Bolanos Rojas.
Honored Contributor

Re: FTP without authentication.

Kumar,

You might want to take a look at this thread for the information that you are looking for:

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=508513&admit=-682735245+1171915717113+28353475

Regards,

Jaime.
Work hard when the need comes out.
Bill Hassell
Honored Contributor

Re: FTP without authentication.

You can setup anonymous ftp which will ask for a user name and password which can be ftp and ftp. But it is generally restricted to a specific directory. A better technique is to use a .netrc file which has the hostname, login and password stored in the file. Then ftp will connect immediately. This method is specific to a user on the local system.

The best method is to use scp which is part of Secure Shell. This requires that you install ssh on both systems, then share a public key.


Bill Hassell, sysadmin
paolo barila
Valued Contributor

Re: FTP without authentication.

If you want "more" use a combination of PROFTPD on server side and CURL on client side.
You will get what want you asked AND you can also set up an ssl encripted ftp (ftps).

Get that software free from hp here:
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1111


Pablo
share share share
paolo barila
Valued Contributor

Re: FTP without authentication.

Any news?
share share share