Install the ftp server in linux and the linuxftp Server

Source: Internet
Author: User
Tags file transfer protocol

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

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.