Opened 19 years ago

Last modified 10 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 Tim Kosse, 19 years ago

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.

in reply to:  description comment:2 by Peter Zelchenko, 10 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.

Note: See TracTickets for help on using tickets.