Custom Query (8142 matches)
Results (289 - 291 of 8142)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#11328 | rejected | 552 Disk full - please upload later | ||
Description |
Hello, I have the problem of "552 Disk full - please upload later" when I want to transfer files. What sould I do ? Thanks in advance, Gmmal |
|||
#11123 | rejected | 552 Error | ||
Description |
Hello- host: covertscoutingcameras.com The response continues to come back as: Response: 552 Quota exceeded: [FW5210UV_05.bin] won't be saved I have updated to the newest version of FileZilla, downloaded to another computer as well as tried a different FTP soft ware and continue receiving the same error. I do not know what else to do if someone can please help me. Please let me know if you need any further information. -Brittany |
|||
#4167 | worksforme | 552 Quota error handling | ||
Description |
PC: Windows XP Pro SP3 with 2GiB RAM and 3GHz Intel P4 Client: FileZilla 3.2.0 Server: ProFTPD 1.3.1 Hi guys, some of the servers I connect to allow me to resume partially uploaded files. When there is also a file system quota set (and maxed out) for the connecting user I've noticed an issue with FileZilla where it will loop several hundred times (inconsistent number) in an attempt to force an upload of the file. When there are hundreds of files in the queue and each file causes four to five hundred failed upload attempts it will be hammering the server to no end for hours. It would seem more logical to cancel all uploads for a user@server/dir with an error message when there is no more quota left (i.e. the server returns a 552 error). Full is full. I will attach full debug logs but here is a summery: 2009-01-15 17:35:14 1484 1 Status: Starting upload of C:\ISO\Debian\debian-testing-i386-businesscard.iso 2009-01-15 17:35:14 1484 1 Command: STOR debian-testing-i386-businesscard.iso 2009-01-15 17:35:14 1484 1 Response: 552 Transfer aborted. Disk quota exceeded 2009-01-15 17:35:14 1484 1 Command: APPE debian-testing-i386-businesscard.iso 2009-01-15 17:35:15 1484 1 Response: 552 Transfer aborted. Disk quota exceeded 2009-01-15 17:35:15 1484 1 Command: APPE debian-testing-i386-businesscard.iso 2009-01-15 17:35:15 1484 1 Response: 552 Transfer aborted. Disk quota exceeded etc. etc... When the server disables upload resuming the client will try a normal upload then only a few APPE (resulting in error 451) and then disconnect. With ProFTPD's HiddenStores enabled (and APPE automatically disabled) the server will upload an incoming file with a temporary file name. If the transfer is interrupted with the 552 error the client will try the same upload again. Because the temporary name already exists the server returns a 550 error and FileZilla stops trying immediately. It would also be nice to be able to set a retry limit for any kind of action and not just the connection retry limit. Cheers, and thanks for an otherwise great FTP client! |