97
Appendix E: Starting the ftp daemon
The following section walks you through the steps to start the wu-ftp daemon on
the FT-Linux server
Step 1
On the FT-Linux server, with the login as root, open the wu-ftpd file in the
/etc/xinetd.d folder using the command:
vi /etc/xinetd.d/wu-ftpd
Step 2
Change the default setting from disable = yes to disable = no as below:
# default: on
# description: The wu-ftpd FTP server serves FTP connections. It
# uses \ normal, unencrypted usernames and passwords for
# authentication.
service ftp
{
socket_type = stream
wait = no
user = root
server = /usr/sbin/in.ftpd
server_args = -l -a
log_on_success += DURATION USERID
log_on_failure += USERID
nice = 10
disable = no
}
Step 3
Save the file and quit the “vi” editor.
Step 4
Run the following commands to restart the “xinetd” service
service xinetd stop
service xinetd start
The wu-ftpd daemon will now be started on the server.
Comentarios a estos manuales