Koozali.org: home of the SME Server

How to change your FTP welcome message

byte

How to change your FTP welcome message
« on: June 18, 2003, 08:42:11 PM »
Hi,

Does anyone know how to change the welcome message say after someone logs in with username and password, you have a message saying Welcome to bla bla bla.....

Thanks in advance

Byte

Mick

Re: How to change your FTP welcome message
« Reply #1 on: June 19, 2003, 06:52:56 AM »
Edit /var/ftp/welcome.msg and then restart the ftp server.

Nathan Fowler

Re: How to change your FTP welcome message
« Reply #2 on: June 19, 2003, 09:39:41 PM »
Since proftpd runs from xinetd, you'll need to restart xinetd.

/etc/rc.d/init.d/xinetd restart

Hope this helped,
Nathan

Charlie Brady

Re: How to change your FTP welcome message
« Reply #3 on: June 20, 2003, 10:07:06 PM »
Nathan Fowler wrote:
 
> Since proftpd runs from xinetd, you'll need to restart xinetd.
>
> /etc/rc.d/init.d/xinetd restart

Not so. proftpd will see its new configuration when next someone connects.

Charlie