Opened 17 years ago

Last modified 17 years ago

#1266 closed Bug report

Name endings with trailing spaces cause troubles

Reported by: bpruneau Owned by:
Priority: normal Component: FileZilla Client
Keywords: Cc: bpruneau, Alexander Schuch
Component version: Operating system type:
Operating system version:

Description

If I click on the remote directory, select "Create directory" and enter a value like "/dirname /" (with the space before the last slash), I can not access to this directory after.

So, the command used to change directory, instead of

chdir dirname

, must be

chdir "dirname "

.

Perhaps FZ must remove trailing spaces before executing a command... It's yours to see.

--
Benoît Pruneau
bpruneau@…

Change History (1)

comment:1 by Alexander Schuch, 17 years ago

[ 1564695 ] Problems with leading or terminating spaces

This bug has been reported already, and has been moved to the FileZilla 3 bug reports. Deleting this RFE.

Note: See TracTickets for help on using tickets.