Joke Collection Website - Blessing messages - When FTP uploads ASP files, there will be a red prompt error every time: connection aborted.
When FTP uploads ASP files, there will be a red prompt error every time: connection aborted.
Firewalls are very influential.
Then you can check the reason according to the prompt code. The meanings of different codes are as follows:
530, indicating that the password is wrong.
550, which means there is an error in the address. Maybe the thief didn't change it.
Detailed FTP error list
1 10 Restart the mark reply. In this case, the text is accurate, not reserved for a specific implementation; It must read: the tag yyyy = mmmm, where yyyy is the user process data flow tag, and the equivalent tag of the mmmm server (note the spaces between tags and the restart flag response. In this case, the information is accurate and does not need special treatment; It can be seen as follows: in the tag yyyy = mmm, yyyy is the user process data stream tag, and mmmm is the corresponding tag on the server side (note the space between the tag and the equal sign).
120 service is ready in nnn minutes.
This service is provided at NNN time.
-
125 data connection has been opened; Transmission begins.
The data connection has been opened and the data transmission has started.
-
150 file is in good condition; The data connection is about to open.
The file status is correct and the data connection is opening.
-
200 orders. okay
Command execution ended normally.
-
Command 202 is not executed, which is redundant in this site.
Command not executed, this site does not support this command.
-
2 1 1 System status, or system help reply.
System status or system help information response.
-
2 12 directory status.
Directory status information.
-
2 13 file status. $XrkxmL=
File status information.
-
2 14 help information. The meaning of nonstandard commands about how to use the server or granularity. This reply is only useful for human users. Help information. About how to use this server or special non-standard commands. This reply is only useful to people.
-
2 15 name system type. Where NAME is the official system name in the list in the specified numbered document.
Naming system type.
-
220 service is ready for new users.
The service of the newly connected user is ready.
-
22 1 service closes the control connection.
Control connection closure
-
225 data connection is open; There is no transmission in progress.
The data connection is open, and there is no data transmission in progress.
-
226 Close the data connection. The requested file operation was successful (for example, file transfer or file abort).
Closing data connection. The operation that requested the file ended successfully (for example, file transfer or termination).
-
227 enters the passive mode (h 1, h2, h3, h4, p 1, p2).
Enter passive mode
-
230 user login, continue. If appropriate, log off.
The user has logged in. You can cancel it if you don't need it.
-
250 request file operation is good, complete. _
The requested file operation completed successfully 63
- ,
257 "Path Name" has been created.
The path has been established.
-
33 1 user name ok, you need a password. ,
User name already exists, and password is required.
-
332 login requires an account.
The account that needs to be logged in.
-
350 Request file operation to wait for further information u
The operation on the requested file requires further information.
-
42 1 service unavailable, close control connection. If the service knows that it must be shut down, this may be a reply to any command. (O & amp;
Service unavailable, control connection closed. If the service thinks it must be shut down, this may be a response to any command.
-
425 Unable to open data connection.
Unable to open data connection.
-
426 connection closed; Transmission aborted.
The connection is closed and the transmission is aborted.
-
450 The requested file operation was not performed.
The operation on the requested file was not performed.
-
45 1 The requested operation was aborted. Local error in processing.
The requested operation was aborted. A local error occurred during processing.
-
The required action was not taken. The system is out of storage space. The file is not available (for example, the file is busy).
The requested operation was not performed. The system is out of storage space. File not available
-
Syntax error, unrecognized command. This may include errors such as the command line being too long. ..
Syntax error, unrecognized command. This may be because the command line is too long.
- }
There is a syntax error in the 50 1 parameter or argument.
Syntax errors caused by parameter errors
-
The 502 command was not executed.
The command was not executed
-
503 service unavailable's command sequence. )
The order of the commands is wrong.
-
504 No command was executed for this parameter. ,
The command failed to execute due to an incorrect parameter.
-
530 is not logged in.
Not logged in
-
532 Account where files need to be stored.
Account information is required to store files!
-
The action required by 550 was not adopted. The file is not available (for example, the file cannot be found and cannot be accessed).
The requested operation was not performed and the file is not available.
- |
55 1 The requested operation was aborted. The page type is unknown. +.+
The requested operation was aborted, and the page type is unknown.
-
552 The requested file operation was aborted. Storage allocation exceeded (for the current directory or dataset).
The operation on the requested file was aborted. Exceeding storage allocation
-
The required action was not taken. File name is not allowed
The requested operation was not performed. File name is not allowed
This error is the same as the free Ftp server 23 1.
Saturday, 6 February 2003
Saturday February1500:13: 03 2003 331ftper requires a password.
Saturday February 2003 15 00: 13:03 Pass * * * * * *
Saturday February1500:13: 03 2003530 login is incorrect.
An error has occurred!
Satfeb1500:13: 03 2003 Wait for 5 seconds and try again.
This means that the password is incorrect.
I hope it will help everyone.
Two working modes in FTP
FTP is a file transfer protocol that supports two modes, one is standard (active mode) and the other is passive (PASV, passive mode). The client of standard mode FTP sends a PORT command to FTPserver. Passive FTP client sends PASV command to FTP server.
Here are how these two methods work:
The FTP client in standard mode first establishes a connection with TCP 2 1 port of FTP server, and sends commands through this channel. When the client needs to receive data, it sends port commands on this channel. The PORT command contains the port that the client uses to receive data. When transmitting data, the server sends data through its own TCP 20 port. The FTP server must establish a new connection with the client to transmit data.
When establishing control channel, passive mode is similar to standard mode. When the client sends a PASV command through this channel, the FTP server will open a random port between 1024 and 5000, and inform the client of the request to transmit data on this port, and then the FTP server will transmit data through this port. At this point, the FTP server no longer needs to establish a new connection with the client.
The current FTP software, including versions above IE5, already supports these two modes. Generally speaking, some FTP client software is relatively easy to set up. There is generally a PASV option, such as CuteFTP. There are two transmission modes: standard and PASV. You can choose by yourself. In addition, if you want to set PASV mode in IE, you can choose Tools-Internet Options-Advanced-Enable Folder View for FTP sites, otherwise you can use standard mode.
Many firewalls are not allowed to accept external connections when they are set up, so in many cases, the standard mode of FTP is restricted when the machines in the intranet go out through the firewall, because TCP 20 from the server can not establish new connections with the clients in the intranet, which leads to failure to work. Of course, it can also be set successfully. First, you should create a rule that allows internal IP to connect to the 2 1 port of external IP. The second is to prohibit the TCP 20 port of external IP from connecting with internal IP.
1.regedt32
2. Find the current control settings \ \ service \ \ tcpip \ \ parameters of HKEY local machine \ \ system \.
3. Edit-Add-Value
Value name: MaxUserPort data type: REG_DWORD value: 65534.
So if there is a firewall or you are afraid of configuration trouble, it is best to adopt PASV mode, but if there is really a high demand for security, it is recommended to adopt standard mode.
- Related articles
- What should I do if the ringtone setting of red rice mobile phone remains unchanged?
- What platform is ABC's fast loan?
- Master Xuecheng: How to get close to good teachers
- We have found all the passengers in Qingdao. Is this the power of big data?
- Words to comfort yourself when a good friend is sick (selected 44 sentences)
- Why can I receive the repayment information of immediate consumption and new orange installment after I pay back the money?
- University Thanksgiving Day Activity Plan
- How to open SMS package for Guangdong Mobile Card?
- 222 New Year's Eve greetings
- Can China Mobile's card without international business receive the verification code of SMS Alipay abroad?