hi
in HP-UX 11.11 i am getting following messages at FTP
#ftp localhost
Connected to localhost.
220 bpc3 FTP server (Version 1.1.214.4(PHNE_30990) Mon Nov 15 12:47:12 GMT 2004) ready.
Name (localhost:amitava):
I want to change "(Version 1.1.214.4(PHNE_30990) Mon Nov 15 12:47:12 GMT 2004)" messages into my customized messages. For that i coppied the ftpaccess template file in /etc/ftpd/ftpaccess file & modified the following parameters
limit local 20 any /etc/msgs/msg.toomany
limit remote 100 SaSu|Any1800-0600 /etc/msgs/msg.toomany
limit remote 60 Any /etc/msgs/msg.toomany
message /welcome.msg login
#message .message cwd=*
i hv put my customized message in /etc/msgs/msg.toomany & /welcome.msg both the files. But the customized message is not comming in the logon banner. Pls help.