Configure Mysql virtual FTP account 1. Mysql connection in pure-ftpd on the ftp server
[root@localhost ~]# mysql -uroot -pxxxxxx(your mysql password)
2. create a mysql authentication database
mysql>create database pureftpd;mysql>grant privileges all on pureftpd.* to pureftpuser@localhost identified by 'pureftpuser';mysql>flush privileges;mysql>use pureftpd;M
The first step: through the taskbar, "Start-> All Programs-> Administrative Tools," and then find Internet Information Services (IIS) Manager, open the manager will find at the bottom of the "FTP site" option, we are through it to establish an FTP server. (pictured below)
Step two: By default, FTP site has a
1. Connect to the FTP server
Format: ftp [hostname | IP-address]
A) FTP ftp.drivehq.com
B) The server asks you for your username and password. Enter the password.
2. Download an object
The get and mget commands are usually used to download files.
VSFTPD is the name of a server running on a UNIX-like operating system that can run on top of Linux, BSD, Solaris, HP-UX, and IRIX. It supports features that are not supported by many other FTP servers. Like what:
Very High security requirementsBandwidth limitGood scalabilityThe possibility of creating a virtual userIPV6 SupportPerformance on a medium offsetProbability of assigning virtual IPHigh speed
VS
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
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
In the enterprise, for some large file sharing, usually using FTP this form to complete, and because FTP can eliminate the differences between operating systems, for different operating systems to share the role of the file is particularly prominent.
How the FTP server Works
The F
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, FTP is also a client/serv
1. Connect to the FTP serverFormat: FTP [hostname| ip-address]A) FTP ftp.drivehq.comb) The server asks for your username and password, and then you can enter it.2. Download the fileThe download file usually uses the get and mget two commands.a) GetFormat: Get [Remote-file] [Local-file]Transfers a single file from the r
And the author every time to solve a user needs, there will always be a sense of achievement. This is not long ago I just wencheng an FTP server to build. This case is somewhat special, however, because its FTP server uses Linux as the operating system. For this sentiment is more.
one: Assigning groups to users
As an example of Serv-u FTP server 6.1.0.5 Final [latest edition], here we recommend using the Chinese version s.jb51.net (server security Settings)
Install original to D:\SERV-U_3434999FDAF [complex irregular directory names can effectively prevent hackers to guess the solution]
Thereafter exit Serv-u, install the Chinese package.
Run serv-u Administrator IP
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
OpenSudo-s launchctl Load -w/system/library/launchdaemons/ftp.plistShut downSudo-s launchctl unload -w/system/library/launchdaemons/ftp.plistThe above command, after the system restarts will be invalid, to be permanently effective, editable ftp.plistEnabled...Notice the red part above andDisabled to Enabled. After opening, you can enter the FTP://LOCALHOST:21 test in the browser, if prompted user name, password, enter the
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 different functions, adapting requirements and operating systems. In general, the minimum system requirements are as follows:
Cpu:pⅲ450mhz
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
I. How FTP worksIn an FTP session, two independent network connections exist: control connections and data connections. Normally, the FTP server listens to port 21 and waits for the request to establish a control connection. After the FTP control connection is established, t
Write this article is mainly to help just contact the server or cloud host small white, the vast majority of novice just contact Windows 2003 Server are installed IIS server, below we have 2003 server to install IIS and IIS with the FTP
Serv_u Server alias Settings method:
Serv-u Set Virtual directory (version 6.3)1. Click on "Domain", "settings", "Virtual path", "virtual path mapping"2. Add the path name (the folder name of the virtual directory, optional) for the ",->" mapping of the physical path (the user's home directory or system variable such as%home%) mapped by the physical path (the directory to be mapped) ",->".3, click "User", "Directory Access", "Add", "File or path (fil
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
If you want to allow users to upload or download files in a site, you need to set up FTP on the WEB server. Whether the site is located on an Intranet or on the Internet, using FTP is the same principle for uploading and downloading files in the provided location. You need to place the files in a directory on the 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.