Build an ftp server in linux and an ftp server in linux
Online InstallationYum install vsftpd pam * db4 *-yUse the command to configure vsftp as a system serviceChkconfig -- level 35 vsftpd on
2Configure the host of the vsftpd
confirmation message and the data transfer channel is established, but if the port on the server is used by another resource, then the server returns the unacknowledged information, then this is the client sends the PASV command again.Attention:
In the whole process of the FTP client connecting the server, th
FTP is the abbreviation for file Transfer Protocol(document Transfer Protocol), and Chinese is called "Interfax protocol". Used for Two-way transmission of control files on the Internet. with most like Internet services,FTP is also a client / Server System. The user connects to the FTP
access its own home directory. In this way, the server ensures the security of other files on the FTP service. Such accounts are called guest users in vsftpd. Accounts with such users can only access the directories in their home directories, rather than files other than the home directories.
Iii. Common FTP server pr
, which is very dangerous. We will introduce vsftp later!
Virtual users (also called GUEST users in some places ):Using an independent account/password data file, this account has a feature that it can only access its own home directory. In this way, the server ensures the security of other files on the FTP service. This type of account, in VsftpdSoftwareIs called a Guest user. Accounts with such users can
Linux FTP and FTPS and FTP based on MySQL virtual user authentication server Building1.FTP protocol: With command and data connection two kindscommand connection, control connection: 21/TCPData connection: Active mode, running on 20/TCP port and passive mode, running on rand
.jpg "title=" $ Bgjb@0j_5eh$e (YL3@60ZW.png "alt=" Wkiom1tucbmytscfaaepmr8vu90058.jpg "/>You can see the directory of other virtual users,650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M01/59/80/wKiom1TUcGSSv9Z5AAGQIs3ZC0Q952.jpg "title=" N2 ' R ' @ k@)) u8~ggh9um[kii.png "alt=" Wkiom1tucgssv9z5aagqis3zc0q952.jpg "/>2> other Virtual user logins650) this.width=650; "src=" http://s3.51cto.com/wyfs02/M00/59/80/wKiom1TUclGjRRj9AAEtQpcfagg874.jpg "title=" O} 6rq62vth33nzrq6cd{ap4.png "alt=" W
Follow these steps to Configure ftp for logging:
1. # cp/etc/inetd. conf/etc/inetd. conf. bak
2. # vi/etc/inetd. conf
Edit the following ftp lines and add the-l flag at the end:
Ftp stream tcp6 nowait root/usr/sbin/ftpd-l
3. # vi/etc/syslog. conf
Add the following line at the end of the syslog. conf file:
Daemon.info/tmp/
1. Connect to the FTP serverFormat: FTP [hostname| ip-address]A) under the Linux command line, enter:FTP 192.168.1.1b) The server asks for your user name and password, enter the user name and the corresponding password, respectively, to be certified.2. Download the fileThe download file usually uses the get and mget tw
1. Connect to the FTP serverFormat: FTP [hostname| ip-address]A) under the Linux command line, enter:FTP 192.168.1.1b) The server asks for your user name and password, enter the user name and the corresponding password, respectively, to be certified.2. Download the fileThe download file usually uses the get and mget tw
Configure the ftp server and the linuxftp server in Linux
1. Run the rpm-qa | grep vsftpd command to check whether the ftp has been installed. If ftp is not installed, run yum-y install vsftpd to install it. (use apt-get install v
By default, vsftp does not support setting up multiple ftp sites on the same host as IIS. However, vsftp cannot establish multiple ftp sites on the same host, the method is as follows: 1. Add a virtual IP address (192.168.0.5 of eth0) 1. ifconfigeth0: 0192.168.0.5242. Create a virtual FTP service user
By default,FtpUnlike IIS, you can create multiple
How to prevent an attacker from illegally stealing important information from an FTP server, and how to prevent an attacker from using an FTP server to spread trojans and viruses. These are issues that the system administrator needs to focus on. This time I'm going to talk about how to improve the security of the
Recently, I have been studying Linux. The first time I came into contact with RHEL 4 as was a long time ago. So this time I still use the RHEL series. But now, RedHat only provides versions that were downloaded from earlier versions, many of them are in verycd, but the EDK link is closed in the school ~~ I can only continue to Google, and finally found an FTP provided by netizens. I have read all the mainst
FTP Virtual User Server Setup:Create an account list:[Email protected] vsftpd]# echo-e "msl23\n123\nbenet\n123" >> vusers.list[email protected] vsftpd]# cat Vusers.listMsl23123Benet123[Email protected] vsftpd]#Use Db_load to turn the table into a database:[Email protected] vsftpd]# db_load-t-t hash-f vusers.list vusers.db-T: Other programs that use the database must use the-t-T: algorithm \ Cryptographic
The FTP service can be divided into two categories depending on the service object: One is the system FTP server, which only allows legitimate users on the system, and the other is an anonymous FTP server that Anonymous FTP
I. Introduction of FTP ServerFTP is the abbreviation for file Transfer Protocol (document Transfer Protocol), and Chinese is called "Interfax protocol".Used for two-way transmission of control files on the Internet.At the same time, it is also an application (application). There are different FTP applications based on different operating systems, and all of these applications follow the same protocol to tra
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.