Depending on what you have installed, you should see two Services labeled ftp, and both
should be inactive. Click vsftpd, and then click Toggle Status (On or Off) at the bottom.
Figure 26.2 displays the screen.
An X should appear in the Change column on the left. Click Finish to start the Server.
CHAPTER 26 Managing Web and FTP Servers 546
FIGURE 26.2 Start the Very Secure FTP server in YaST Network Services.
Configuring Secure File Transfer Servers
The Very Secure FTP main configuration file, vsftpd.conf, is located in the /etc directory
with the rest of the configuration files. You can edit it as Root. The default settings are
designed for minimum setup of an Anonymous server. The Anonymous FTP User Settings
section of this file sets up the rules for these users. Following are some suggestions:
. If you want to remove Anonymous access and make it an authenticated server, set
anonymous_enable to NO.
. To allow Anonymous download of only files that the World (Others) have Read
access to, set anon_world_readable_only to YES.
. To allow Anonymous users to upload files to your server, set anon_upload_enable to
YES.
Pages:
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058