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 serviceUseradd vsftpdadmin-s/sbin/nologin-MThis vsftpdadmin is only used to replace the ro
.
Second, Linux server-side main FTP software: wu-ftpd, VSFTPD, ProFTPDDetails about the software are not discussed here.
Third, configure the VSFTPD serverVSFTPD configuration fileMain program of/USR/SBIN/VSFTPD VSFTPD/ETC/RC.D/INIT.D/VSFTPD startup script/ETC/VSFTPD/VSFTPD.CONF Master configuration file/ETC/PAM.D/V
Recently contacted by a project, the customer needs to build an FTP server. The specific requirements are: The system uses Red Hat 6.4 64-bit operating system, create 20 FTP users, these users have their own independent working directory, and upload, download, delete and other permissions, create an FTP administrative
specified by the FTP server, while pasv ftp is specified by the FTP client, and each data connection uses a different PORT number. Because of this, in FTP client software such as CuteFTP, there are PORT and PASV options in the co
FTP is short for File Transport Protocol, which enables customers connected to the server to transmit files between the server and the client. In addition to the WWW Service, FTP is also the most widely used service.
FTP Server
File version V1.11 Simplified Chinese version
Applicable platform Win9x/me/nt/2000/xp
Very suitable for beginners FTP server software, of course, with the sample also suitable for those advanced users, it can be very convenient to manage your users, and high-speed transmission files, there are many other powerful functions, try to know.
Whether friends or colle
From: http://blog.chinaunix.net/space.php? Uid = 26069663 Do = Blog id = 2200929Today, we will introduce the most common application of file sharing, ftp. This is a very old file transfer protocol based on TCP. It was born for 40 years. It is full name: file transfer protocol, it is used to transmit control files over the Internet in two directions. It is also a service system with a C/S architecture. different operating systems have different
two data connection modes:
Active mode (Standard in some places ):In this mode, FTPClientFirst, establish a connection with tcp port 21 of the server to send commands. When the client needs to receive data, send the PORT command on this channel. The PORT command contains the PORT used by the client to receive data. When transmitting data, the server connects to the specified port of the client through its
In many network applications, FTP (File Transfer Protocol) has a very important position. A very important resource in the Internet is software resources, and most of the various software resources are placed in the FTP server. Like most Internet services,
long as the packet interception software is used. So its security needs to be enhanced by other means.
Vi. Summary
For building an FTP server through IIS, you need to be aware of the format of its hard disk , such as the disk in NTFS format, the directory you want to share or the FTP client's account to have access
The full name of FTP is
File Transfer Protocol
(File Transfer Protocol Is the protocol used to transmit files. it works on the Seventh Layer of the OSI model, that is, the application layer, using TCP transmission instead of UDP. in this way, the FTP client and the server need to go through a "three-way handshake" process before establishing a connection. anot
Use batch files to upload and download files on the FTP server, batch ftp
1. From the file in the root directory of the ftp server to the specified folder
Format: ftp-s: [configuration file] [
Installation: sudo apt-get install vsftpd
# VSFTP (Very secure FTP) is a very secure and fast-stable FTP server in Unix/linux
After installation, you may automatically generate an account "FTP",/home will also add a folder.
If you do not generate this user, you can manually come, the generation is not necessary:
sudo u
Finally, you need to install the FTP server-side software, many of which can be used with Microsoft's IIS (Internet Information Server Internet Information Service system) or professional software. Different software provides diff
In the above article, we briefly learned the FTP protocol, link: http://everet.org/2012/03/ftp-protocol.html.
If you are interested, you can look around.
I recently read the FTP protocol, so I decided to write an FTP server for fun. After all, I have been writing application
Windows 2003 Standard Edition, Windows 2003 Enterprise Edition, Windows XP Professional, Windows SQL Server, Windows xp-based Ad vanced Server and the default installation of Windows Professional are all equipped with IIS. IIS is not installed by default during the installation of the system and can be installed by adding a removal program after the installation of the system.
IIS is a set of integrated sy
In many network applications, FTP (File Transfer Protocol) has a very important position. A very important resource in the Internet is software resources, and most of the various software resources are placed in the FTP server. Like most Internet services,
Setting up an FTP server is actually very simple. First of all, make sure your machine can surf the internet, and there is no less than ADSL 512Kbps network speed. Second, the hardware performance should be able to meet your needs. Finally, you need to install the FTP server-side s
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
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.