FTP 110 Restart Marker Reply vs 421 Service Not Available
FTP 110 (Restart Marker Reply) is a 1xx Positive Preliminary response, while 421 (Service Not Available) is a 4xx Transient Negative response. 110 indicates that the server is sending a restart marker reply. The text is exact and not left to interpretation. This marker is used to indicate the point at which a file transfer should be restarted. In contrast, 421 means that service not available, closing control connection. The server is shutting down or has reached its connection limit and cannot serve this request.
Mô tả
The server is sending a restart marker reply. The text is exact and not left to interpretation. This marker is used to indicate the point at which a file transfer should be restarted.
Khi bạn thấy mã này
During a resumed file transfer when the server confirms the restart position in the data stream.
Cách khắc phục
No fix needed — this is a normal response during transfer recovery. If restarts keep failing, verify the marker format matches what your client expects.
Mô tả
Service not available, closing control connection. The server is shutting down or has reached its connection limit and cannot serve this request.
Khi bạn thấy mã này
When the FTP server is overloaded, shutting down for maintenance, or has reached its maximum number of concurrent connections.
Cách khắc phục
Wait a few minutes and try reconnecting. If persistent, check if the server has a connection limit and whether your IP is being rate-limited.
Sự khác biệt chính
110 is a 1xx Positive Preliminary response, while 421 is a 4xx Transient Negative response.
FTP 110: The server is sending a restart marker reply. The text is exact and not left to interpretation. This marker is used to indicate the point at which a file transfer should be restarted.
FTP 421: Service not available, closing control connection. The server is shutting down or has reached its connection limit and cannot serve this request.
You encounter 110 when during a resumed file transfer when the server confirms the restart position in the data stream.
You encounter 421 when when the FTP server is overloaded, shutting down for maintenance, or has reached its maximum number of concurrent connections.
Khi nào dùng cái nào
For 110 (Restart Marker Reply): No fix needed — this is a normal response during transfer recovery. If restarts keep failing, verify the marker format matches what your client expects. For 421 (Service Not Available): Wait a few minutes and try reconnecting. If persistent, check if the server has a connection limit and whether your IP is being rate-limited.