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)
Change History (4)
comment:1 by , 15 years ago
Status: | new → moreinfo |
---|
follow-up: 3 comment:2 by , 13 years ago
Status: | moreinfo → new |
---|
I have the same problem all my 0 byte file can not be download..
comment:3 by , 12 years ago
Cc: | added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
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.
Got logs?