Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

filezilla, error while writing failure

I'm transferring a very large (35GB) file through SFTP and FileZilla.

Now the transfer is 59.7% done, but I keep getting this error, and it hasn't changed that number for hours.

Error:     File transfer failed after transferring 1,048,576 bytes in 10 seconds Status:    Starting upload of C:\Files\static.sql.gz Status:    Retrieving directory listing... Command:   ls Status:    Listing directory /var/www/vhosts/site/httpdocs Command:   reput "C:\Files\static.sql.gz" "static.sql.gz" Status:    reput: restarting at file position 20450758656 Status:    local:C:\Files\static.sql.gz => remote:/var/www/vhosts/site/httpdocs/static.sql.gz Error:     error while writing: failure 

Why do I keep getting this error?

like image 373
n00b982 Avatar asked Nov 17 '10 16:11

n00b982


People also ask

Why are my file transfers failing on FileZilla?

Some steps that you can take to diagnose the problem are: Check your local computer's antivirus software. Its settings, list of blocked applications, or logs might show that it has blocked FTP commands from FileZilla Pro. Check your local computer's firewall, if one is enabled.

Why is FileZilla not uploading files?

If you can download files from a remote server but not upload to, the most common reason is that the server has run out of disk space, or you've exceeded a storage quota assigned to the FTP user or group (for example, your company).


1 Answers

Credit to cdhowie: The remote volume was out of space.

like image 71
Adam Avatar answered Sep 24 '22 17:09

Adam