FTP 211 System Status vs 214 Help Message
Both FTP 211 (System Status) and 214 (Help Message) belong to the 2xx Positive Completion category. 211 indicates that system status or system help reply. The server provides information about its current status or available features. Meanwhile, 214 means that help message. The server provides information about its implementation status, including a list of recognized commands or help for a specific command.
설명
System status or system help reply. The server provides information about its current status or available features.
이 코드를 보게 되는 경우
After issuing the STAT command without arguments, the server returns its system status and supported features.
해결 방법
No fix needed — this is an informational response. Use the information to understand the server's capabilities and current state.
설명
Help message. The server provides information about its implementation status, including a list of recognized commands or help for a specific command.
이 코드를 보게 되는 경우
After issuing the HELP command. The server returns a list of supported commands or detailed usage for a specific command.
해결 방법
No fix needed — this is an informational response. Use it to discover which commands the server supports.
주요 차이점
FTP 211: System status or system help reply. The server provides information about its current status or available features.
FTP 214: Help message. The server provides information about its implementation status, including a list of recognized commands or help for a specific command.
You encounter 211 when after issuing the STAT command without arguments, the server returns its system status and supported features.
You encounter 214 when after issuing the HELP command. The server returns a list of supported commands or detailed usage for a specific command.
언제 어떤 것을 사용할지
For 211 (System Status): No fix needed — this is an informational response. Use the information to understand the server's capabilities and current state. For 214 (Help Message): No fix needed — this is an informational response. Use it to discover which commands the server supports.