FTP 213 File Status vs 452 Insufficient Storage
FTP 213 (File Status) is a 2xx Positive Completion response, while 452 (Insufficient Storage) is a 4xx Transient Negative response. 213 indicates that file status reply. The server provides information about a specific file, typically its size or modification time. 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.
Descripción
File status reply. The server provides information about a specific file, typically its size or modification time.
Cuándo lo verás
After issuing the SIZE or MDTM command, the server returns the file size in bytes or the last modification timestamp.
Cómo solucionarlo
No fix needed — this is an informational response. Use the returned data to determine file size before download or to check timestamps for synchronization.
Descripción
Requested action not taken. Insufficient storage space in system. The server ran out of disk space while processing the command.
Cuándo lo verás
When uploading a file and the server's disk is full, or when the user's storage quota has been exceeded.
Cómo solucionarlo
Free up disk space on the server or request a quota increase from the administrator. Delete unnecessary files and retry the upload.
Diferencias clave
213 is a 2xx Positive Completion response, while 452 is a 4xx Transient Negative response.
FTP 213: File status reply. The server provides information about a specific file, typically its size or modification time.
FTP 452: Requested action not taken. Insufficient storage space in system. The server ran out of disk space while processing the command.
You encounter 213 when after issuing the SIZE or MDTM command, the server returns the file size in bytes or the last modification timestamp.
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.
Cuándo usar cada uno
For 213 (File Status): No fix needed — this is an informational response. Use the returned data to determine file size before download or to check timestamps for synchronization. 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.