1, what is FTP? What are the features of FTP?
FTP (file Transfer Protocol) is the protocol that is used on the Internet to route a file (Files Transfer Protocol). It's a file transfer standard for us to transfer files to each other on the Internet, and it's about how files are routed over the Internet. In other words, through the FTP protocol, we can with FTP server on the Internet file upload (Upload) or download (Download) and other actions.
For virtual host users, FTP is mainly used to upload a user's web site to a virtual host or download the Web page from the host to the local.
2, what is anonymous FTP?
Anonymous FTP refers to landing an FTP server, users use "anonymous", password for their own email address can be landed. Can see that anonymous FTP is open to any user, but the user's permissions are very low after landing, generally only from the server file, and not upload or modify the contents of the server, it can effectively help the owner of the site to provide files or software for users on the Internet.
Note: The current million network of virtual hosts do not support anonymous FTP.
3, the user can through the FTP to my virtual host upload or send files?
If you want to allow each user to have the upload or the next function, we need to open the user's anonymous permissions, but because the level of this privilege is very low to ensure the security of the host and your site, we do not now open this feature.
4, what is the FTP breakpoint continued transmission?
Sometimes the user through the FTP file need to pass a few hours, in the event of line interruption, FTP breakpoints do not have the continuation of the FTP server can only be retransmission; China million network "virtual host" FTP Server with FTP breakpoint, allowing users to continue transmission from the location of the disconnection, This greatly reduces the user's annoyance.
5, through which way can ftp operation? What are the common FTP software?
(1) FTP software can be used, DOS, IE browser, such as FTP, most of the use of FTP software for FTP management.
(2) FTP software includes: CUTEFTP,LEAPFTP,,FLASHFXP and so on. Dreamwave, and FrontPage also has the ability to upload pages.
Million net home to provide cuteftp download: Home-Customer Center-Technical Support-software download--cuteftp download, please click: cute_ftp
6. What is the path to upload the Web page?
Unix host uploaded to: Htdocs directory, NT host upload to root directory.
7, Cute_ftp use manual
Please go to million net home-Customer center-technical support-other questions refer to cuteftp use instructions.
Link to: cuteftp use instructions
8. The use of FTP under DOS mode
You can use the MS-DOS method under WIN98. Or at a command prompt in the windows2000 attachment, enter
C: >ftp Domain name
USER NAME: Administrator account
PASSWORD: Password
Ftp>put
Local File:filename
REMOTE File:filename
Can upload
Use get command when downloading
9, FTP common commands
The function of the FTP command is to transfer files between the local machine and the remote computer. The general format of the command is as follows:
C:> FTP host name/IP
The most commonly used commands are:
LS lists the current directory of the remote machine
CD changes working directory on remote machine
LCD changes working directory on the Local machine
ASCII setting file transfer mode to ASCII mode
Binary set file transfer mode to binary mode
Close terminates the current FTP session
Hash displays a # number each time the data in the data buffer is transmitted
Get (mget) transfer the specified file from the remote machine to the local machine
Put (mput) transfer the specified file from the local machine to the remote machine
Open Connection Remote FTP site
Quit disconnect from the remote machine and exit FTP
? Display local Help information