Opened 15 years ago

Closed 15 years ago

#4723 closed Bug report (rejected)

File Timestamps not preserved in 3.2.7-rc1

Reported by: Kerry Owned by:
Priority: normal Component: FileZilla Client
Keywords: timestamp, MFMT MDTM Cc:
Component version: Operating system type: Linux
Operating system version: Windows XP Pro SP3

Description

This problem is occurring on 3.2.7-rc1. It had been previously been working for the system below. And, as can be seen the MFMT and MDTM feature are supported but never tried. The log is:

Status: Resolving address of ftp.vabid.com
Status: Connecting to 69.12.113.119:21...
Status: Connection established, waiting for welcome message...
Response: 220 FTP Server ready.
Command: USER XXXXXX
Response: 331 Password required for XXXXXX
Command: PASS
Response: 230 User XXXXXX logged in
Command: SYST
Response: 215 UNIX Type: L8
Command: FEAT
Response: 211-Features:
Response: MDTM
Response: MFMT
Response: AUTH TLS
Response: MFF modify;UNIX.group;UNIX.mode;
Response: MLST modify*;perm*;size*;type*;unique*;UNIX.group*;UNIX.mode*;UNIX.owner*;
Response: PBSZ
Response: PROT
Response: REST STREAM
Response: SIZE
Response: 211 End
Status: Connected
Status: Retrieving directory listing...
.........
Command: DELE ad_form.php
Response: 250 DELE command successful
Status: Resolving address of ftp.vabid.com
Status: Connecting to 69.12.113.119:21...
Status: Connection established, waiting for welcome message...
Response: 220 FTP Server ready.
Command: USER XXXXX
Response: 331 Password required for XXXXX
Command: PASS
Response: 230 User XXXXX logged in
Status: Connected
Status: Starting upload of C:\WWWRoot\Users\vabid.com\snipe\ad_form.php
Command: CWD /snipe
Response: 250 CWD command successful
Command: TYPE A
Response: 200 Type set to A
Command: PASV
Response: 227 Entering Passive Mode (69,12,113,119,239,91).
Command: STOR ad_form.php
Response: 150 Opening ASCII mode data connection for ad_form.php
Response: 150 Opening ASCII mode data connection for MLSD
Response: 226 Transfer complete
Status: File transfer successful
Status: Retrieving directory listing...
Response: 226 Transfer complete

Change History (1)

comment:1 by Tim Kosse, 15 years ago

Resolution: rejected
Status: newclosed

Broken server. It does not use the mandatory CRLF line endings to separate the individual FEAT lines.

Please upgrade to a proper server.

Note: See TracTickets for help on using tickets.