Install the ftp server in linux and the linuxftp Server
Ftp (file transfer protocol)
Concept
FTP is short for File Transfer Protocol (File Transfer Protocol ". It is used for controlling two-way transmission of files over the Internet. It is also an Application ). FTP applications are painless based on different operating systems, and all these applications transmit files according to the same protocol. During FTP usage, users often encounter two concepts: "Download" and "Upload ). "Download" means to copy files from the remote host to your computer. "Upload" means to copy files from your computer to the remote host. In Internet language, users can upload (download) files to (from) remote hosts through client programs.
Install
1. Check and install vsftp Software
Run the following command:
# Rpm-qa | grep vsftpd can detect whether vsftpd software is installed
If not, run the YUM command.
# Yum install vsftpd-y
2. Start the service
Start ftp command # service vsftpd start
Stop ftp command # service vsftpd stop
Restart ftp command # service vsftpd restart