FTP Reporting Disk Quota Exceeded

Posted by Austin on Server Fault See other posts from Server Fault or by Austin
Published on 2010-05-10T15:25:36Z Indexed on 2010/05/10 15:34 UTC
Read the original article Hit count: 332

Filed under:
|
|

I am using Notepad++ with FTP_Synchronize to upload files to a server, however, it appears that it is not allowing my file to upload because apparently the "Disk Quota Exceeded"

11:18:49 > -> TYPE I
11:18:49 > Response (200): Type set to I
11:18:49 > -> PASV
11:18:49 > Response (227): Entering Passive Mode (*,*,*,*,*,*).
11:18:50 > -> STOR /home/*/../../var/www/html/test.html
11:18:50 > Response (150): Opening BINARY mode data connection for /home/*/../../var/www/html/test.html
11:18:50 > Response (552): Transfer aborted. Disk quota exceeded

Now it may appear that yeah my Disk quota is exceeded, however I've gone to the back-end and saw:

Total Used Bandwidth        107.055 MB
Allowed Quota               3,000.0 MB

Note: Stars were put in place for irrelevant data.

© Server Fault or respective owner

Related posts about ftp

Related posts about disk-quota