This section mainly introduces VSFTP, other applications do not involve
First, verify that the VSFTP service is installed on Linux
Command: RPM QA |grep vsftpd
2. If not, install,
Command: RPM Install Vsftpd-y
After installation, see the installation again, see step One
Second, the main is to complete the configuration of ftp:
The configuration file of the VSFTPD configuration FTP has three main, in the/etc/vsftpd/directory, respectively:
Ftpusers This file is used to specify that those users cannot access the FTP server
User_list the default account that the file is used to indicate is not accessible by default
Ftpvsftpd.conf VSFTPD's master configuration file
Three, FTP access in various forms: third-party software, browser, local folder
This article from "Xu You the Tenderness" blog, reproduced please contact the author!
FTP setup under Linux environment (initial)