Web Hosting Talk







View Full Version : Pure-FTPd/cPanel - FTP Welcome Message (Old Subject, Need Answer)


espinozj
08-31-2005, 03:56 AM
Greetings All;

I know that someone had asked this question before, but I can't seem to find the answer anywhere.

I've searched these forums and still no dice.

I'm trying to find out how to either delete or change the default welcome message/banner that's given when someone connects/accesses the PureFTPd server, from a non-FTP client as in Internet Explorer.

Currently, if someone navigates to the FTP address (ftp://domain.com), they get the following:

---------------------------------------------------------------------------------------------

Details:
220---------- Welcome to Pure-FTPd [TLS] ----------
220-You are user number 1 of 50 allowed.
220-Local time is now 11:35. Server port: 21.
220-This is a private system - No anonymous login
220 You will be disconnected after 15 minutes of inactivity.
530 This is a private system - No anonymous login

---------------------------------------------------------------------------------------------

I've already tried searching/changing the following files in various directories:

welcome.msg

banner.msg

...but still no dice.

Maybe I'm not getting to the right file. I'm currently utilizing Pure-FTPd through cPanel on a VPS Server.

Hmm...maybe I should just do a brand-new and separate install of Pure-FTPd and run it on a different port, perhaps I'll get more flexibility that way?

Thanks in advance!

J.

:cool:

apollo
08-31-2005, 05:35 AM
OK.. that is easy. If you want to disable pure-ftpd welcome message at all. you will need to compile it with the flag --no-banner
if you want to change the default one to your own welcome msg, add when you start up pire-ftpd

-F /pure-ftpd/welcome.msg


where /pure-ftpd/welcome.msg is the path/filename to your new welcome.msg

espinozj
08-31-2005, 11:25 AM
Hey Apollo!

Thanks a million for the help!

Hey, do you think that there will be any issues with 're-compiling' pure-ftpd, since it's part of a cPanel installation?

I wonder if my changes will be 'reverted' by any cPanel updates done to the cPanel installation on the VPS Server?

What do you think?

J.

pycoder
09-04-2005, 01:45 AM
I doubt it would cause any troubles regarding cPanel. cPanel doesn't rely on the welcome message of an FTP problem :P