Operating System - HP-UX
1822783 Members
4110 Online
109645 Solutions
New Discussion юеВ

how to enable FTP in HPUX

 
samarah
Frequent Advisor

how to enable FTP in HPUX

good day... anybody have an idea how to enable ftp in hpux?

THanks,
9 REPLIES 9
Md. Farhan A Azam
Trusted Contributor

Re: how to enable FTP in HPUX

Hi,

By default its enable. Any user can ftp to the server but make sure that the user is not there in /etc/ftpd/ftpusers. If user is there in the file then comment that line.

Hope it will work.


thnx...farhan
samarah
Frequent Advisor

Re: how to enable FTP in HPUX

thanks for the reply...

as per checking ftpusers file does not exist in the system.

# ls -rlt /etc/ftpd/ftpusers
/etc/ftpd/ftpusers not found

Thanks,
samarah
Frequent Advisor

Re: how to enable FTP in HPUX

do we have any other parameters that we need to modify?
Matti_Kurkela
Honored Contributor

Re: how to enable FTP in HPUX

By default, the ftp service is started by inetd. That means there should be a configuration line for ftp in /etc/inetd.conf.

HP-UX 11.23 version of ftp service configuration line in inetd.conf:

ftp stream tcp6 nowait root /usr/lbin/ftpd ftpd -l

If the FTP is disabled, this line may be commented out or removed. See /usr/newconfig/etc/inetd.conf for a factory default version of this configuration file, and copy the necessary line from there to your current configuration.

If the FTP service is enabled, but you cannot connect, there may be a hostname/IP address based restriction in /var/adm/inetd.sec. See "man inetd.sec" for more information.

MK
MK
Kapil Jha
Honored Contributor

Re: how to enable FTP in HPUX

only 3 things need to be cheked for ftp

1. inetd.conf >>> has ftp information if its available or not
2. inetd.sec >>> enable/diable ftp for specific scenarios
3. ftpusers file >>> it tell which all users are not allowed to do ftp.

BR,
Kapil+
I am in this small bowl, I wane see the real world......
Michal Kapalka (mikap)
Honored Contributor

Re: how to enable FTP in HPUX

hi,

i think on thos link you will find the answer :

http://docs.hp.com/en/B2355-91058/ch02.html

mikap
samarah
Frequent Advisor

Re: how to enable FTP in HPUX

it's now working. Thanks
Hakki Aydin Ucar
Honored Contributor

Re: how to enable FTP in HPUX

Hi

What error message you get when you trying to access ftp ?
Md. Farhan A Azam
Trusted Contributor

Re: how to enable FTP in HPUX

Hi Samarah,

Plz assign the points...


How Do I Assign Points...
http://forums11.itrc.hp.com/service/forums/helptips.do?admit=109447626+1254716511489+28353475

thnx...farhan