1. What is FTP? What are the functions of FTP?
FTP (File Transfer Protocol) is the Internet
The protocol used to transfer files (file transfer protocol). It's for us to be able to
The file transfer standards formulated by transferring files to each other on the Internet stipulate
How to transfer files on the Internet. That is, through FTP
By protocol, we can follow FTP on the Internet
The server performs actions such as uploading (uploading) or downloading (Downloading) of files.
For virtual host users, FTP is mainly used to upload users' websites to virtual hosts or download web pages from the host to local.
2. What is anonymous FTP?
Anonymous FTP means that when logging into the FTP server, the user can log in with the password as his/her Email address. It can be seen that anonymous Ftp is open to any user, but the user's permissions are very low after logging in. Generally, files can only be uploaded from the server, and content on the server cannot be uploaded or modified. It can effectively help the owner of the website provide files or software for users on the Internet to download.
Note: Currently, Wanwang’s virtual hosts do not support anonymous FTP.
3. Can users upload or download files to my virtual host through FTP?
If we want every user to have upload or download function, we need to enable user anonymity permission, but because the level of this permission is very low to ensure the security of the host and your website, we are not currently using this function.
4. What is FTP breakpoint continuation?
Sometimes it takes several hours for users to upload files through FTP. In case the line is interrupted, an FTP server that does not have FTP breakpoint transmission can only be retransmitted from the beginning; the FTP server on the "virtual host" of China Wanwang has the ability to continue transmission from the place where the upload is disconnected, which greatly reduces the user's worries.
5. What methods can FTP operations be performed? What are the commonly used FTP software?
(1) FTP can be performed through FTP software, DOS method, IE browser, etc. Most of them use FTP software to manage FTP.
(2) FTP software includes: cuteftp, Leapftp, flashFXP, etc. Dreamwave and Frontpage also have the function of uploading web pages.
Wanwang homepage provides CuteFTP download: Home page - Customer Center - Technical Support - Software Download - CuteFTP Download, please click: Cute_FTP
6. What is the path to upload a web page?
The UNIX host is uploaded to: htdocs directory; the NT host is uploaded to the root directory.
7. FTP User Manual
For specific instructions, please refer to:FileZilla User Manual】or【CuteFTP User Manual】;
8. Use of FTP under DOS mode
You can use the MS-DOS method under WIN98. Or at the command prompt in the Windows 2000 attachment, enter
C: >FTP domain name
USER NAME: Administrator account
PASSWORD: Password
FTP>PUT
LOCAL FILE: filename
REMOTE FILE: filename
Upload
Use the GET command when downloading
9. Common FTP commands
The function of the Ftp command is to transfer files between local and remote machines. The general format of this command is as follows:
c:> ftp hostname/IP
The most commonly used commands are:
ls List the current directory of the remote machine
cd Change the working directory on a remote machine
lcd Change the working directory on the local machine
ascii Set file transfer mode to ASCII mode
binary Set file transfer mode to binary mode
close terminates the current ftp session
hash Each time the data in the data buffer is transmitted, a # number will be displayed.
get (mget) transfers specified files from remote machine to local machine
put (mput) Transfer the specified file from the local machine to the remote machine
open Connect to remote ftp site
quit Disconnect from the remote machine and exit ftp
? Display local help information