1847179 Members
4543 Online
110263 Solutions
New Discussion

Re: Configuring FTP

 
Symon_1
Occasional Contributor

Configuring FTP

Hi,
How to configure FTP on HPUX 11.00?

Thank's
Symon.
7 REPLIES 7
Steven E. Protter
Exalted Contributor

Re: Configuring FTP

Shalom Symon,

You usually don't have to configure it, it comes enabled with the OS.

It needs an uncommented entry in /etc/inetd.conf for ftpd so it can listen on the ftp port.

It has a file called ftpaccess which lets you limit who can do what with ftp.

Security experts recommend disableing root ftp access on HP-UX systems.

To see if its installed.

swlist -l product | grep -i ftp

You should see an entry about wu-ftpd.

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
Luk Vandenbussche
Honored Contributor

Re: Configuring FTP

Hi Symon,

FTP to a HPUX is configured by default.

from your PC try

ftp host
user
password

If login is succesful the is is ok
Symon_1
Occasional Contributor

Re: Configuring FTP

Ok. But how to configure the permission to allow an user to access a specific FTP directory to download files only? Upload files and create subdirectories should not be allowed.
Thank´s again..
Symon.
Luk Vandenbussche
Honored Contributor

Re: Configuring FTP

Symon,

You have to modify /var/adm/inetd.sec for this.

Our you can do it through sam / networking and communication / System access

See also
man inetd.sec



john kingsley
Honored Contributor

Re: Configuring FTP

You can customize ftp by modifying /etc/ftpd/ftpaccess. Take a look at the man page for ftpaccess. You can find a sample ftpaccess file in:
/usr/newconfig/etc/ftpd/examples
Sivakumar TS
Honored Contributor

Re: Configuring FTP

the usernames specified in /etc/ftpd/ftpuser will be denied access to the ftp server.
Nothing is Impossible !
Raj D.
Honored Contributor

Re: Configuring FTP

Hi Symon ,

FTP is by default enabled in the system.
Also check /etc/inetd.conf and /etc/services that ftp is enabled.

/etc/inetd.conf
ftp stream tcp nowait root /usr/lbin/ftpd # must not be commente.


/etc/services :
ftp 21/tcp # File Transfer Protocol (Control) # must not be commented.

Cheers,
Raj.

" If u think u can , If u think u cannot , - You are always Right . "