FTP 110 Restart Marker Reply vs 332 Need Account
FTP 110 (Restart Marker Reply) is a 1xx Positive Preliminary response, while 332 (Need Account) 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, 332 means that need account for login. The server requires an additional ACCT command to complete the login process, typically for account-based access control.
描述
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.
描述
Need account for login. The server requires an additional ACCT command to complete the login process, typically for account-based access control.
何时出现
After sending USER and PASS when the server requires an additional account identifier before granting access.
如何修复
Send the ACCT command with the appropriate account name. If you do not have an account identifier, contact the server administrator.
主要区别
110 is a 1xx Positive Preliminary response, while 332 is a 3xx Positive Intermediate 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 332: Need account for login. The server requires an additional ACCT command to complete the login process, typically for account-based access control.
You encounter 110 when during a resumed file transfer when the server confirms the restart position in the data stream.
You encounter 332 when after sending USER and PASS when the server requires an additional account identifier before granting access.
何时使用哪个
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 332 (Need Account): Send the ACCT command with the appropriate account name. If you do not have an account identifier, contact the server administrator.