FTP

FTP 110 Restart Marker Reply vs 331 Username OK, Need Password

FTP 110 (Restart Marker Reply) is a 1xx Positive Preliminary response, while 331 (Username OK, Need Password) is a 3xx Positive Intermediate 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, 331 means that user name okay, need password. The server recognized the username and is waiting for the corresponding password to complete authentication.

説明

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.

このコードが表示される場合

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

解決方法

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

説明

User name okay, need password. The server recognized the username and is waiting for the corresponding password to complete authentication.

このコードが表示される場合

After sending the USER command with a valid username. The server is prompting for the PASS command.

解決方法

Send the PASS command with the correct password. If you get 530 after PASS, the password is wrong — verify your credentials.

主な違い

1.

110 is a 1xx Positive Preliminary response, while 331 is a 3xx Positive Intermediate 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 331: User name okay, need password. The server recognized the username and is waiting for the corresponding password to complete authentication.

4.

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

5.

You encounter 331 when after sending the USER command with a valid username. The server is prompting for the PASS command.

どちらをいつ使うか

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 331 (Username OK, Need Password): Send the PASS command with the correct password. If you get 530 after PASS, the password is wrong — verify your credentials.

詳しく見る