Opened 22 years ago
Last modified 11 years ago
#126 closed Bug report
PWD on FileZilla Server
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | Other |
Keywords: | Cc: | Tim Kosse | |
Component version: | Operating system type: | ||
Operating system version: |
Description
PWD works for PWD command, but not to XPWD
command.
When using ftp for DOS(win 9x) or for CMD (Win
NT, 2K),
the ftp client sends the XPWD command, that is not
understood by FZ Server.
I've used debug mode. Then I sent
(by literal on this ftp for DOS) a PWD command and it works
fine.
I think that the same implementation for both comands
works good.
Thanks.
Change History (2)
comment:1 by , 22 years ago
comment:2 by , 22 years ago
Old commands XCUP, XPWD, XMKD and XRMD have been
added to FileZilla Server 0.7.2
Note:
See TracTickets
for help on using tickets.
The XPWD command is not part of RFC 959 which describes
the FTP protocol. But XPWD was specified in RFC 775,
which is obsoleted by RFC 959.
Only very old clients still use the commands specified in RFC
775.
However, for compatibility with old clients I'll add the RFC 775
commands to the next version of FileZilla Server.