filezilla, error while writing failure

60,073

Solution 1

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

Solution 2

I encountered the same situation. Go to your server, run "df" command to see if there is a problem of hard disk space.

Solution 3

http://wiki.filezilla-project.org/Network_Configuration#Timeouts_on_large_files

Solution 4

Recently faced this issue, Turned out to be the disk space issue. Removed some old logs, specially mysqld.log file which was in GBs. It worked after that.

Share:
60,073
n00b982
Author by

n00b982

Updated on September 17, 2021

Comments

  • n00b982
    n00b982 almost 3 years

    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?