Opened 16 years ago
Closed 12 years ago
#4403 closed Bug report (outdated)
Receiving "Response: 550 Failed to open file." on certain file names
Reported by: | Shooter3k | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | 550 filename error | Cc: | |
Component version: | Operating system type: | Windows | |
Operating system version: | XP Service Pack 2 |
Description
The unix file system that our FTP server runs on allows for some very terribly named files.
Although some FTP programs allow these names, FileZilla seems to have an issue with some.
When attempting to download the file called "test33_PRHP01ELIG.TXT\ \ \ \ \ \ \ \ \ "
This happens:
Status: Starting download of /nfs/lan/temp00/ora_utl/test33_PRHP01ELIG.TXT
Command: MDTM test33_PRHP01ELIG.TXT
Response: 550 Could not get file modification time.
Command: PASV
Response: 227 Entering Passive Mode (10,50,3,200,28,141)
Command: RETR test33_PRHP01ELIG.TXT
Response: 550 Failed to open file.
Error: Critical error
I fully understand that this is a terrible file name. However, some programs are able to handle it. So I ask, why can't FileZilla? It's way better than anything else!
I'm using FileZilla 3.0.9.1
Compiled for: i586-pc-mingw32msvc
Compiled on: x86_64-unknown-linux-gnu
Build date: 2008-04-07
Compiled with: i586-mingw32msvc-gcc (GCC) 4.2.1-sjlj (mingw32-2)
Compiler flags: -g -S2 -Wall -g -fexceptions
Change History (2)
comment:1 by , 16 years ago
Priority: | blocker → high |
---|---|
Status: | new → moreinfo |
comment:2 by , 12 years ago
Priority: | high → normal |
---|---|
Resolution: | → outdated |
Status: | moreinfo → closed |
No reply for more than 28 days.
Are there really backslashes in the filename or are you just using them to escape spaces for the visual representation here?