FTP

FTP 211 System Status vs 452 Insufficient Storage

FTP 211 (System Status) is a 2xx Positive Completion response, while 452 (Insufficient Storage) is a 4xx Transient Negative response. 211 indicates that system status or system help reply. The server provides information about its current status or available features. In contrast, 452 means that requested action not taken. Insufficient storage space in system. The server ran out of disk space while processing the 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.

Описание

Requested action not taken. Insufficient storage space in system. The server ran out of disk space while processing the command.

Когда вы это видите

When uploading a file and the server's disk is full, or when the user's storage quota has been exceeded.

Как исправить

Free up disk space on the server or request a quota increase from the administrator. Delete unnecessary files and retry the upload.

Ключевые различия

1.

211 is a 2xx Positive Completion response, while 452 is a 4xx Transient Negative response.

2.

FTP 211: System status or system help reply. The server provides information about its current status or available features.

3.

FTP 452: Requested action not taken. Insufficient storage space in system. The server ran out of disk space while processing the command.

4.

You encounter 211 when after issuing the STAT command without arguments, the server returns its system status and supported features.

5.

You encounter 452 when when uploading a file and the server's disk is full, or when the user's storage quota has been exceeded.

Когда что использовать

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 452 (Insufficient Storage): Free up disk space on the server or request a quota increase from the administrator. Delete unnecessary files and retry the upload.

Узнать больше