#10446 closed Bug report (wontfix)
S3FS Linked Directory No Longer Accessible in FileZilla
Reported by: | Brent | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | s3fs | Cc: | |
Component version: | Operating system type: | Windows | |
Operating system version: | Windows 7 (build 7601, Service Pack 1), 64-bit edition, v6.1 |
Description
The latest version of FileZilla does not allow access to my "uploads" directory on Ubuntu, this worked in all previous versions:
drwxrwxrwx 1 root root 0 Dec 31 1969 uploads
s3fs on /mnt/vol/www/uploads type fuse.s3fs (rw,nosuid,nodev,allow_other)
FileZilla displays the directory as:
"Dec 31 1969 uploads" and returns:
Error: Directory /mnt/vol/www/Dec 31 1969 uploads: no such file or directory
Error: Failed to retrieve directory listing
when trying to access via the GUI.
Ubuntu Info
Distributor ID: Ubuntu
Description: Ubuntu 14.04.2 LTS
Release: 14.04
Codename: trusty
FileZilla Client
Version: 3.11.0
Build information:
Compiled for: x86_64-w64-mingw32
Compiled on: x86_64-unknown-linux-gnu
Build date: 2015-05-19
Compiled with: x86_64-w64-mingw32-gcc (GCC) 4.9.1
Compiler flags: -g -O2 -Wall -g -std=gnu++11
Linked against:
wxWidgets: 3.0.3
GnuTLS: 3.4.1
SQLite: 3.8.10.1
Operating system:
Name: Windows 7 (build 7601, Service Pack 1), 64-bit edition
Version: 6.1
Platform: 64-bit system
Change History (2)
comment:1 by , 9 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:2 by , 9 years ago
FileZilla 3.10.3 (which I downgraded to) and every version I've used for several years has no issue with the folder date - this is a bug introduced in 3.11.0.
That's the problem, it's not a valid date on a *nix system. The epoch starts on 1970-01-01 00:00:00. Since the date is not valid, FileZilla doesn't recognize it as one.