Opened 19 years ago
Last modified 17 years ago
#2331 closed Feature request
possibility to work with hidden folder
Reported by: | pbru | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Client |
Keywords: | Cc: | pbru, Tim Kosse, Alexander Schuch | |
Component version: | Operating system type: | ||
Operating system version: |
Description
hi,
I try to work on an ftp server which protect its access
using hidden folders. every user has a private
directory in "/incoming" but AFAIK, "/incoming" does
not have read access to hide the folders name, only
traverse access.
when I try to connect to my own directory I get this:
filezilla do CWD, but as PWD is not allowed up from
"/incoming" it gets an error and then, re-display the
"/" directory content
if I have an manual ftp session, I can get a list of
the hidden dir without any problem. it seams that the
PWD error prevent filezilla to work with the hidden dir
Status: Connecting to ftp.host.fr ...
Status: Connected with ftp.host.fr. Waiting for welcome
message...
Response: 220 ftp.host.fr FTP server (Digital UNIX
Version 5.60) ready.
Command: USER anonymous
Response: 331 Guest login ok, send ident as password.
Command: PASS *
Response: 230 Guest login ok, access restrictions apply.
Command: FEAT
Response: 500 'FEAT': command not understood.
Command: SYST
Response: 215 UNIX Type: L8 Version: Digital UNIX V4.0
(Rev. 1530)
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is current directory.
Command: TYPE A
Response: 200 Type set to A.
Command: PASV
Response: 227 Entering Passive Mode (xx,xx,xx,xx,16,117)
Command: LIST
Response: 150 Opening ASCII mode data connection for
/bin/ls (0.0.0.0,0).
Response: 226 Transfer complete.
Status: Directory listing successful
Status: Retrieving directory listing...
Command: CWD /incoming/hiddenfolder/
Response: 250 CWD command successful.
Command: PWD
Response: 550 getwd: can't open ...
Status: Directory listing successful
If you can CWD into a directory, then PWD is required to work.