1837673 Members
3286 Online
110117 Solutions
New Discussion

Re: FTP server

 

FTP server

Hi

I need to configure an Ftp server.can anuyone help me in doing this.I would life if i get a pdf documentation.

Thanks in advance

mangesh
4 REPLIES 4
R. Sri Ram Kishore_1
Respected Contributor

Re: FTP server

Hi Mangesh,

Here's the doc:
http://docs.hp.com/hpux/onlinedocs/B2355-90778/B2355-90778.html

The pdf file can also be downloaded from the same location.

HTH.
Regards,
Sri Ram
"What goes up must come down. Ask any system administrator."
KapilRaj
Honored Contributor

Re: FTP server

inetd provides ftp service by defualt , u may need to uncomment the required line in /etc/inetd.conf and configure /etc/ftpusers & /var/adm/inetd.sec if required

Kaps
Nothing is impossible
sreejith_4
Frequent Advisor

Re: FTP server

Hi,

FTPD comes by default with HP.
You have to create /etc/ftpusers file if doesn't exist and do the changes as per your plans for authetication. FTPD gets started from inetd.

Thanks & Regards
Sreejith M
Sridhar Bhaskarla
Honored Contributor

Re: FTP server

Hi Mangesh,

As said before unless ftp is restricted by /var/adm/inetd.sec or disabled by commenting it out in /etc/inetd.conf, it is available by defalt.

However, you want to configure more restrictive operations for a user, then you will need to use 'ftpaccess' file. You can look at 'man ftpaccess' for the options available. An example file is under /usr/newconfig/etc/ftpd directory which can be copied into /etc/ftpd directory. Add -a flag to ftpd's entry in /etc/inetd.conf and refresh inetd (inetd -c).

However, ftp is insecure as people can create .netrc files and keep their passwords in text mode to ease their jobs. The communication between ftpserver and ftpclient is done in cleartext which is insecured. On production servers, it is a good idea to use secure tools like ssh that provide scp and sftp. You can get ssh from software.hp.com.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try