Opened 18 years ago

Last modified 18 years ago

#1153 closed Bug report

Serverchange with // does not work

Reported by: toppa Owned by:
Priority: normal Component: FileZilla Client
Keywords: Cc: toppa, Tim Kosse
Component version: Operating system type:
Operating system version:

Description

After login into a server I have to change the internal
server by writing for example metusalix/tmp into the
"Remote Site:" drop down list.
This is equal to the ftp command "cwd
metusalix/tmp".

But FileZilla is throwing away the second / and so the
command fails.
This is what Filezilla is writing into the log when I'm
typing "metusalix/" into the "Remote Site:" drop down
list and hitting enter:

Command: CWD /metusalix/
Response: 550 Invalid Path
Error: Could not retrieve directory listing

but it should be

Command: CWD metusalix/

instead.

Filezilla version: 2.2.25

Change History (1)

comment:1 by Tim Kosse, 18 years ago

No supported at the moment, please connect to the other
server directly.
Unless I can get access to a server which supports this, I
can't implement support for UNC paths.

Note: See TracTickets for help on using tickets.