Build an FTP server vsftpd on CentOS 6.3
Vsftpd is a well-known ftp software on the Linux platform. Vsftpd is short for very secure ftp daemon.
1. Install vsftpdFirst, check whether vsftpd is installed in the system.[Root @ localhost Packages] # rpm-
A Linux daemonLinux servers start with a number of system services that provide local and network users with a system-functional interface for Linux that is directly targeted to applications and users. The programs that provide these services are
I. FTP working principle (1) the FTP server runs the FTPd daemon and waits for the user's FTP request. (2) The user runs the FTP command and requests the FTP server to serve it. For example, after receiving the user's FTP request, the FTP202.119.2.19
Linux servers start with a number of system services that provide local and network users with a system-functional interface for Linux that is directly targeted to applications and users. The programs that provide these services are executed by
First, the Linux daemonLinux servers start with a number of system services that provide local and network users with a system-functional interface for Linux that is directly targeted to applications and users. The programs that provide these
1. sudo apt-Get install vsftpd
2. Use netstat-tnl to check whether port 21 is enabled.
TCP 0 0 0.0.0.0: 21 0.0.0.0: * listen
3. Access it in a browser.
FTP: // 10.45.7.25
After installation, anonymous users can access FTP
================
What is the security comparison between FTP and SSH?
Ftp:
Http://baike.baidu.com/subview/369/6149695.htmIn the TCP/IP protocol, the FTP standard command TCP port number is 21,port mode with a data port of 20. The task of FTP is to
Content:1. FTP protocol2, the construction and configuration of VSFTPDFirst, the FTP protocol1. FTP protocol:FTP is the abbreviation for file Transfer Protocol (document Transfer Protocol), and Chinese is called "Interfax protocol". Works on the
Red Hat Enterprise Linux 6.2 build an FTP server
My environment:A: Red Hat Enterprise Linux 6.2 IP: 192.168.16.12 as the test endB: Red Hat Enterprise Linux 6.2 IP: 192.168.16.13 this machine is used as the FTP server. Set up an FTP server on
File Sharing Services in CentOS: ftp, nfs, and samba Security Settings
FTP (File Transfer Protocol) is an application layer Protocol that can implement cross-platform, but cannot implement other functions, such as File system mounting. Network File
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.