FTP

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.

Description

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.

Quand vous le voyez

During a resumed file transfer when the server confirms the restart position in the data stream.

Comment résoudre

No fix needed — this is a normal response during transfer recovery. If restarts keep failing, verify the marker format matches what your client expects.

Description

Service not available, closing control connection. The server is shutting down or has reached its connection limit and cannot serve this request.

Quand vous le voyez

When the FTP server is overloaded, shutting down for maintenance, or has reached its maximum number of concurrent connections.

Comment résoudre

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.

Différences clés

1.

110 is a 1xx Positive Preliminary response, while 421 is a 4xx Transient Negative response.

2.

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.

3.

FTP 421: Service not available, closing control connection. The server is shutting down or has reached its connection limit and cannot serve this request.

4.

You encounter 110 when during a resumed file transfer when the server confirms the restart position in the data stream.

5.

You encounter 421 when when the FTP server is overloaded, shutting down for maintenance, or has reached its maximum number of concurrent connections.

Quand utiliser lequel

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.

En savoir plus