Operating System - HP-UX
1830340 Members
2505 Online
110001 Solutions
New Discussion

Re: creating an FTP server

 
HP-UX User_1
Frequent Advisor

creating an FTP server

I need assistence with configuring a unix box to be an FTP server and also what do i need to do in case there is a firewall in our network.
3 REPLIES 3
Steven E. Protter
Exalted Contributor

Re: creating an FTP server

Install this:

http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=WUFTPD26

It may already be installed:
swlist -l product | grep -i ftp

To enable full inbound, outbound ftp to this hp-ux server you will need to at least forward port 21, perhaps port 20.

Do edit ftpaccess and disable root ftp access, its a security hazard.

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
Steven E. Protter
Exalted Contributor

Re: creating an FTP server

This doc may be helpful as well.
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000009872155
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

Re: creating an FTP server

you might also look at the man page for ftpd lots of useful stuff here including how to permit anonymous FTP - look no passwords.
Hello World