Opened 15 years ago

Closed 8 years ago

#4095 closed Bug report (outdated)

Large file upload reports successful, but destination has 0 bytes

Reported by: Wes Hinsley Owned by:
Priority: normal Component: FileZilla Client
Keywords: large file upload Cc:
Component version: Operating system type: Windows
Operating system version: XP SP3, Vista x64 SP2

Description (last modified by Tim Kosse)

With version 3.1.6, I've had problems uploading a file that is 15,738,880 bytes. Progress bar goes from 0 to 100% in the right kind of time, and the transfer moves into Successful, but the destination file has 0 bytes.

I've tried multiple times, including deleting the 0 byte file. I eventually used standard command-line ftp, which was successful. The ftp server is PureFTPd.

Let me know if I can help more...

Change History (3)

comment:1 by Tim Kosse, 15 years ago

Status: newmoreinfo

Got logs?

comment:2 by Kamil Nawrot, 14 years ago

Operating system version: XP SP3XP SP3, Vista x64 SP2
Status: moreinfonew

I want to confirm this bug.
Mine observation is such that file which has more than 1,5GB have 75% chance that will be 0B at the end of uploading. I have never this bug with file which is smaller and always if file has 1,5GB and more uploading finishing succesfull after 5-6 times of trying.
As I see - it's doesn't matter what FTP server is. I'm using some FTP server on Windows Server 2005. Type of connection: FTPS.
Here is what I can see in filezilla log:

Status: Starting upload of C:\some_movie.wmv
Command: CWD /Public
Response: 250 Directory changed to "/Public/"
Status: Retrieving directory listing...
Command: TYPE I
Response: 200 Type set to I.
Command: PASV
Response: 227 Entering Passive Mode (192,168,55,55,158,192).
Command: MLSD
Response: 150 File status okay; about to open data connection.
Response: 226 Closing data connection. Transferred 4445 bytes.
Command: PASV
Response: 227 Entering Passive Mode (192,168,55,55,158,193).
Command: APPE some_movie.wmv
Response: 150 File status okay; about to open data connection.
Response: 226 Closing data connection. Transferred 0 bytes in 1 seconds. 0KB/second.
Status: File transfer successful

comment:3 by Tim Kosse, 8 years ago

Description: modified (diff)
Resolution: outdated
Status: newclosed
Note: See TracTickets for help on using tickets.