First, Introduction
Uploading and downloading of files on the Internet
Second, installation
1. Installing the FTP Software
2. Boot from
[[Email protected] ~] #chkconfig vsftpd on
Third, the configuration
1. Upload the download file anonymously
[[email protected] ~]# sed-n ' 12p '/etc/vsftpd/vsftpd.conf anonymous_enable=yes[[email protected] ~]# sed-n ' 28p '/etc/v sftpd/vsftpd.conf Anon_upload_enable=yes[[email protected] ~]# sed-n ' 32p '/etc/vsftpd/vsftpd.conf anon_mkdir_write_ Enable=yes
2. Create the directory and specify that the owner of the directory is FTP
3. View the owner of the created directory
[Email protected] ~]# ll-hd/var/ftp/user/drwxr-xr-x. 2 FTP root 4.0K Jan 20:27/var/ftp/user/
4. Check if SELinux is off
[Email protected] ~]# Getenforce Disabled
5. Restart the FTP service
[[email protected] ~]#/etc/init.d/vsftpd restart off vsftpd: [failed] vsftpd start vsftpd: [OK]
6. Check that the FTP port is open
[Email protected] ~]# NETSTAT-ATULNP | grep vsftpdtcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN
Iv. Uploading Files
1. Use the Windows Telnet command to see if the VSFTPD service is turned on
2. Uploading Files
Linux Download Installation configuration FTP