Linux Download Installation configuration FTP

Source: Internet
Author: User

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

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.