Opened 18 years ago
Last modified 16 years ago
#3057 closed Bug report
SFTP cannot cd to //host/share
Reported by: | ffes | Owned by: | Tim Kosse |
---|---|---|---|
Priority: | normal | Component: | Other |
Keywords: | Cc: | ffes, Tim Kosse | |
Component version: | Operating system type: | ||
Operating system version: |
Description
I run a cygwin sshd at home to allow SSH/SFTP access.
In a interactive SSH session I can do "cd host/share"
to go to my nas. But with FileZilla I can not do this,
because the '' is changed to a single slash.
Change History (5)
comment:1 by , 18 years ago
comment:3 by , 18 years ago
psftp has no problem with it. See below
C:\>psftp localhost
login as: Frank
Using username "Frank".
Remote working directory is /home/Frank
psftp> cd expbox/nas
Remote directory is now expbox/nas
psftp> ls
Listing directory expbox/nas
drwxr-xr-x 1 Frank Geen 0 Jan 1 1970 .
dr-xr-xr-x 1 Frank Geen 0 Oct 18 15:49 ..
drwxr-xr-x 1 Frank Geen 0 Aug 24 22:43 Soft
drwxr-xr-x 1 Frank Geen 0 Sep 19 13:59 Docs
comment:5 by , 16 years ago
Adding support for this in 3.0.11, you can also try the upcoming 2008-06-11 build from http://filezilla-project.org/nightly.php
Please note that since host/share syntax conflicts with standard POSIX semantics (treat multiple slashes as a single one), you need to explicitly select Cygwin as server type in the site manager.
Forgot to mention: using beta 2