Operating System - Tru64 Unix
1827990 Members
2416 Online
109973 Solutions
New Discussion

Enable ftp access

 
SOLVED
Go to solution
Sial_1
Frequent Advisor

Enable ftp access

Hi,

can someone help me to tell that how to enable ftp in TRU64 v5.1?
3 REPLIES 3
Venkatesh BL
Honored Contributor

Re: Enable ftp access

man 'ftpd', 'ftpusers'
Vladimir Fabecic
Honored Contributor

Re: Enable ftp access

See what BL said.
Ftpd is ussualy enabled in /etc/inetd.conf
Also see this:
http://forums1.itrc.hp.com/service/forums/helptips.do?#28
In vino veritas, in VMS cluster
Ivan Ferreira
Honored Contributor
Solution

Re: Enable ftp access

FTP is usually enabled by default in Tru64, but root cannot access by default.

You should comment the entry in /etc/ftpusers if you want to have root access (not recommended by security reasons).

Check /etc/inetd.conf and ensure that is uncommented. You can run inetd -h to reload the configuration of the inetd daemon.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?