That was the full greeting. To shorten the (Web domain)
That was the full greeting. To shorten the greetings that a user sees, you can set the greeting option to brief or terse in the /etc/ftpaccess file as follows: greeting terse The terse option causes much shorter output to be displayed before the login prompt. Here is an example: $ ftp maple Connected to pine. 220 FTP server ready. Name (maple:mike): Changing the FTP server hostname Normally, your system s hostname is displayed when someone connects to your FTP service. If you want to assign a special hostname that applies only to connections to your FTP server, you can change that name in the /etc/ftpaccess file. Here is an example of the line you would enter: hostname ftppine The next time an FTP user connects, that user will see the hostname as ftppine. Adding a message before login If you want to have a message appear after a user connects to your FTP service, but before the login prompt, you can do that with the banner option in the /etc/ftpaccess file. First, you need to create a text file that contains the message you want to print. Next, add a banner line pointing to that file (relative to your system root, not the FTP relative root). For example: banner /etc/ftpbanner.msg With this example, the next time a user connects to the FTP service, the contents of the /etc/ftpbanner.msg file are displayed after the connection message and before the login prompt appears. Controlling FTP access Just because you open your computer to public access doesn t mean that you have to let everyone abuse your computing resources. In the /etc/ftpaccess file, you can define exactly which directories are readable and writable. You can limit the number of users who can access your FTP server at a time. You can also set permissions or limits to your resources for individuals or groups. The following sections describe some of your options. Creating user classes By setting up user classes, you create a method of assigning access to different resources to different groups of users. Any user who does not fall into a class will not have access to your FTP server. That s why the default class includes all users with the following line: class all real,guest,anonymous * The first thing you need to do is decide which groups of users you want to treat separately. An effective technique is to define your local users as one class and all other users as another class. The class keyword lets you assign classes based on network address and types of user within that address (that is, real, guest, or anonymous). For example, you may want to assign one set of permissions for all users within your Internet
Please visit our professional web hosting services to find out about cheap and reliable webhost service that will surely answer all your demands.