FTP Common Error and Active & Passive Mode Problem FTP FAM ---------------------------------- 110 Restart Marker . reply In this case, the text is exact and not left to the particular implementation; it must read: MARK yyyy = mmmm where yyyy is User-process data stream marker, and mmmm server s equivalent marker (note the spaces between markers and " = "). Restart the flag respond. In this case, the information is accurate and does not have to process; you can see: Tag YYYY = MMM YYYY is the user process data stream tag, mmmm is the corresponding tag corresponding to the server (note between markers and equal numbers) ---------------------------------- 120 Service Ready in nnn minutes. Service is available in NNN - --------------------------------- 125 Data Connection Already Open; Transfer Starting. Data connection has been opened, start transmitting data ------------------------------------ 150 File Status okay; About to open data connection. File status is correct I am open data connection. --------------------------------------------------------------------------------------------------------------------------------------------- ------------------------------------ 202 Command Not Implement, Superfluous At this site. Command is not executed, This site does not support this command. ---------------------------------- 211 System Status, or System Help Reply System status or system help information respond. ---------------------------------- 212 Directory Status. Directory status Information. ------------------------------------ 213 File Status. File status information. ----- ------------------------------ 214 Help Message.on how to use the server or the meaning of a particular non-standard Command Help Information About How to Use this server or special non-standard command. This reply is only useful to people. ------------------------------------ 215 name system type. Where name is an official system name from the LIST In The Assigned NumBers Document. Name System Type.
---------------------------------- 220 Service Ready for New User. The service of the newly connected user is ready ----------------------------------- 221 Service Closing Control Connection. Control connection is closed ------ -----------------------------225 Data Connection Open; no transfer in progress. Data connection has been opened, no data transfer ---------------------------------- 226 Closing Data Connection. Requested File Action Success EXAMPLE (File Transfer) OR File Abort. Offs the data connection. Request file action successfully end (for example, file transfer or termination) ---------------------------------- 227 Entering Passive Mode (H1, H2, H3, H4, P1, P2). Enter Passive Mode ------------------------------------------------------------------------------------------- ---- 230 User Logged In, Proceed. Logged Out if Appropriate. User is logged in. If you don't need to be available. ---------------------------------- 250 Requested File Action Okay, Completed. The request file is completed successfully - ---------------------------------- 257 "pathname" created. Path has been established ------- ---------------------------- 331 user name okay, need password. User name exists, you need to enter your password ------- ---------------------------- 332 Need Account for Login. The account that needs to be logged in ------------ ----------------------- 350 Requested File Action PENDING FURTHER Information requires further information on the requested file -------- ---------------------------------------- 421 Service Not Available, Closing Control Connection.this May Be a reply to any commistiff ing the service knows it must SHUT DOWN. Service is not available, the control connection is turned off. This may be respond to any command. If the service thinks it must close 421 Too Many Users - please try again later. That's more users, then you will come again --------------- -------------------- 425 Can T Open Data Connection. Open data connection failed ------------------- ---------------- 426 Connection Closed; Transfer Aborted. Connection is closed, transfer is abort.
---------------------------------- 450 Requested File Action Not Taken. The operation of the requested file is not Execution ---------------------------------- 451 Requested Action Aborted. Local Error In Processing. Request operation stop . Local errors occurred in processing. ---------------------------------- 452 Requested Action Not Taken. Insufficient Storage Space in System.File Unavailable EG, FILE busy. The requested operation is not executed. System storage space is insufficient. Files are not available ------------------------------------------------------------------------------------------------------------------------- AS Command Line Too Long. Syntax error, unrecognizable command. This may be that the command line is too long. ------------------------------------------------------------------------------------------------------------------------------------------------------------- --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- --------------------------------------------------------------------------------------------------------------------------------- ------------------------------------------504 Command Not Implement for That parameter. Due to the parameter error, the command is not Execution ------------------------------------ 530 Not Logged in. Generally, the password is incorrect. 530 Sorry, no anonymous access allowed. This is not an anonymous login 530 not logged in, unauthorized ip address Your IP is not in the IP range that the webmaster allows access to the webmaster, let him join your IP network segment to Allow In the Access list [If traffic download, then your IP setting is incorrect, enter the traffic page Reset] 530 Not logged in, Only One (also possible is Two or Three) Session from Same IP Allowed At A Time. Each IP can only open one (also possibility is a Two or Three) download, do not use multithreaded, be careful of Ban ------------------------------------------------------------------------------------------------------------------------------------------------ ----------- 532 Need Account for Storing Files. Store files require account information ------------------------- -------- 550 Requested Action Not Taken. File Unavailable (EG, File NOT Found, No Access). The request operation is not executed, and the file is not available.
------------------------------------551 Requested Action Aborted. Page Type Unknown. Request operations, page type Unknown ----------------------------------- 552 Requested File action Aborted. Exceeded Storage Allocation (for current Directory OR) DataSet. Abort the operation of the request file. Beyond storage allocation ---------------------------------- 553 Requested Action Not Taken. File Name Not ALOWED request operation Not executed. File name is not allowed --------------------------------- This error is similar to the HTTP protocol, which is roughly: 2 start - success 3 start - permission problem 4 beginning - Document problem 5 beginning - server problem FTP proactive mode and passive mode Solution to the principle to download, please download the passive mode of the tool (PASV) Don't tick, use the active mode to download it, if you go wrong, then the PASV mode of the popular FTP client software is translated by passive, most of the FTP client uses PASV mode, PASV mode It is the passive mode. In most FTP clients, often see the words "PASV" or "passive mode". IE: Tools -> Internet Options -> Advanced -> "Use Passive FTP" (requires IE6.0 to support). CUTEFTP: Edit -> Setting -> Connection -> FireWall -> "Pasv Mode" or File -> Site Manager, Select the site on the left -> Edit -> "Use Pasv Mode" Flashget: Tool -> Options -> Proxy Server - > Direct Connection -> Edit -> "PASV Mode" Flashfxp: Options -> Parameter Selection -> Proxy / Firewall / Identity -> "Use Passive Mode" or Site Management -> Corresponding Site -> Options -> "Use Passive Mode" Or Quick Connection -> Switch -> "Use Passive Mode" LeaPftp: Option -> Preferences -> General-> Proxy-> Use Pasv Mode Basics: FTP is the abbreviation of File Transfer Protocol, used in two Documentation between the machine between the table. Compared to HTTP, the FTP protocol is much more complicated. Complex reasons because the FTP protocol is used to use two TCP connections, one is a command link to deliver commands between FTP clients and servers; the other is a data link, used to upload or download data. The FTP protocol has two ways of working: Port mode and PASV mode, meaning in Chinese means active and passive. The connection process of the Port is: the client is sent to the server's FTP port (default is 21) Send a connection request, the server accepts the connection, and establish a command link. When you need to transfer data, the client tells the server with the port command on the command link: "I opened XXXX port, and you came over to connect me."