Opened 15 years ago

Closed 12 years ago

#4513 closed Bug report (fixed)

Downloading a zero byte file puts the file into the Failed Transfers list

Reported by: jcm Owned by:
Priority: normal Component: FileZilla Client
Keywords: Cc: xin2011nix@…
Component version: Operating system type: Windows
Operating system version: Vista SP1

Description

Just download a zero byte file.

In my case, I put a zero byte file in the root of my site for Google indexing:

GOOGLE*.html

and when I tried to backup my site, the file was not created on my local disk, and the file was placed into the failed transfers.

Tested with the latest version:

FileZilla Client


Version: 3.2.4.1

Build information:

Compiled for: i586-pc-mingw32msvc
Compiled on: x86_64-unknown-linux-gnu
Build date: 2009-04-27
Compiled with: i586-mingw32msvc-gcc (GCC) 4.2.1-sjlj (mingw32-2)
Compiler flags: -g -O2 -Wall -g -fexceptions

Dependencies:

wxWidgets: 2.8.10
GnuTLS: 2.6.4

Attachments (1)

filezilla.log (1.6 KB ) - added by Alex 13 years ago.
Log of downloading zero bytes file

Download all attachments as: .zip

Change History (4)

comment:1 by Tim Kosse, 15 years ago

Status: newmoreinfo

Got logs?

by Alex, 13 years ago

Attachment: filezilla.log added

Log of downloading zero bytes file

comment:2 by Alex, 13 years ago

Status: moreinfonew

I have the same problem all my 0 byte file can not be download..

in reply to:  2 comment:3 by xin2011nix, 12 years ago

Cc: xin2011nix@… added
Resolution: fixed
Status: newclosed

Replying to xael-fry:

I have the same problem all my 0 byte file can not be download..

This is a permission issue, show the file's permission, example:

$ ls -l /path/to/0_byte_file

-rw------- 1 root root      0 2012-11-22 12:47 0_byte_file

So you don't have permission to read this file.

Note: See TracTickets for help on using tickets.