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:
% Used Total Usage(MB) Allocated Quota(MB)
84.71 254.14 300.00
Note: Stars were put in place for irrelevant data.