Opened 20 years ago
Last modified 11 years ago
#874 closed Bug report
leading space in filename->file not found
Reported by: | edosoft | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | Other |
Keywords: | Cc: | edosoft, Tim Kosse | |
Component version: | Operating system type: | ||
Operating system version: |
Description
hi,
if there's a leading space in a filename (the first
char of a filename is a space), filezilla can not do
anything with this file, it shows the name without the
leading space and tries to get or rename,... the file
without leading space, this results in error
message: "no such file" from the ftp server.
-Dominik Weber
Change History (2)
comment:1 by , 20 years ago
comment:2 by , 11 years ago
Replying to edosoft:
hi,
if there's a leading space in a filename (the first
char of a filename is a space), filezilla can not do
anything with this file, it shows the name without the
leading space and tries to get or rename,... the file
without leading space, this results in error
message: "no such file" from the ftp server.
-Dominik Weber
Temporary workaround if you need to get to your files:
In the "Remote site:" field, type the directory exactly, including any leading spaces:
/Volumes/SAN/Data/Users/john/ My stuff
(note leading space above)
This will take you to the directory. You can also use psftp (from PuTTY) to modify the directory names permanently.
There is no way to fix this problem, as directory listings
are not covered in the ftp specification and thus directory
listings are ambiguous. I'm afraid for most listing types it
is not possible to detect filenames starting with a space.