#5682 closed Bug report (rejected)
MDTM for folders responds with 213 code instead of 212
Reported by: | Pawel Lesnikowski | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Server |
Keywords: | MDTM | Cc: | |
Component version: | Operating system type: | Windows | |
Operating system version: |
Description
C: MKD mdtm_folder S: 257 "/mdtm_folder" created successfully C: MDTM mdtm_folder S: 213 20101111164534
Expected:
S: 212 20101111164534
212 Directory status.
213 File status.
Change History (2)
comment:1 by , 11 years ago
Resolution: | → rejected |
---|---|
Status: | new → closed |
comment:2 by , 11 years ago
If you want to follow RFC that rigorously, then MDTM should not work on folders at all:
"The 'pathname' specifies an object in the NVFS that may be the object of a RETR command."
and
"The server-PI will respond to the MDTM command with a 213 reply giving the last modification time of the file whose pathname was supplied,"
Note:
See TracTickets
for help on using tickets.
As per RFC 3659, the reply code to MDTM is 213.