Opened 18 years ago
Last modified 18 years ago
#3136 closed Bug report
Default local Directory
Reported by: | nirnaeth | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | Other |
Keywords: | Cc: | nirnaeth, Alexander Schuch, Tim Kosse | |
Component version: | Operating system type: | ||
Operating system version: |
Description
When specifying a Default remote directory (i.e pub or ./pub or /pub or ~pub) a "/" is added, rejecting the connection.
Version: Filezilla 3.0.0-beta7
OS: wintel XP Pro 2002 SP1
Logs Lev.3:
Response: 230 User test logged in.
Status: Connected
Trace: CFtpControlSocket::ResetOperation(0)
Trace: CControlSocket::ResetOperation(0)
Status: Retrieving directory listing...
Trace: CFtpControlSocket::SendNextCommand(0)
Command: CWD /pub/
Trace: CFtpControlSocket::OnReceive()
Response: 550 /pub/: No such file or directory.
Trace: CFtpControlSocket::ResetOperation(2)
Trace: CControlSocket::ResetOperation(2)
Trace: CFtpControlSocket::SendNextCommand(2)
Trace: CFtpControlSocket::ListSend(2)
Trace: CFtpControlSocket::ResetOperation(2)
Trace: CControlSocket::ResetOperation(2)
Error: Failed to retrieve directory listing
Change History (2)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
You might want to upgrade your server. Unfortunately some servers require the trailing slash wheras some servers don't.
A directory can always end with a slash as far as I know. What kind of FTPd are you using? Is "pub" a real directory or some kind of alias?