Opened 15 years ago

Closed 15 years ago

Last modified 14 years ago

#4586 closed Bug report (rejected)

Preserve timestamps not working

Reported by: dgrd1701 Owned by:
Priority: normal Component: FileZilla Client
Keywords: preserve timestamps MFMT Cc: dougoriard@…, kerrykurtz@…
Component version: Operating system type: Windows
Operating system version: Windows XP Pro SP2

Description

Filezilla 3.2.5 is not preserving timestamps, but SmartFTP is doing it flawlessly, when dragging from local window to remote window. "Preserive Timestamps..." is checked in the "Transfer" menu of Filezilla but the log shows that Filezilla is not even attempting an MFMT command. FEAT shows MFMT is supported.

Log from Filezilla:
attached

Log from SmartFTP:
attached

If the problem is that the server isn't using seconds, then Filezilla should be more flexible to omit seconds (a feature request).

I don't the a way to attach the logs, so I'm including them inline here.

Filezilla:
Status: Resolving address of ftp.adrive.com
Status: Connecting to 38.99.42.153:21...
Status: Connection established, waiting for welcome message...
Response: 220 ADrive.com - Username is your email address used for web interface. FTP is for Signature and Premium accounts only.
Command: USER doug@…
Response: 331 Username OK, please send password.
Command: PASS *
Response: 230 Welcome doug@….
Command: SYST
Response: 215 UNIX Type: L8
Command: FEAT
Response: 211-Extensions supported:
Response: AUTH TLS
Response: HOST
Response: LANG EN*
Response: MDTM
Response: MFMT
Response: MLST TYPE*;SIZE*;MODIFY*;PERM*;UNIX.MODE*;
Response: PBSZ
Response: PROT
Response: REST STREAM
Response: SIZE
Response: TVFS
Response: UTF8
Response: 211 END
Status: Connected
...
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/"
Command: TYPE I
Response: 200 TYPE changed to I.
Command: PASV
Response: 227 Entering Passive Mode (38,99,42,153,199,65)
Command: MLSD
Response: 150 Opening data connection for file listing.
Response: 226 Listing complete. Data connection has been closed.
Status: Directory listing successful
Status: Retrieving directory listing...
Command: CWD Data
Response: 250 Changed directory OK.
Command: PWD
Response: 257 "/Data"
Command: PASV
Response: 227 Entering Passive Mode (38,99,42,153,193,115)
Command: MLSD
Response: 150 Opening data connection for file listing.
Response: 226 Listing complete. Data connection has been closed.
Status: Directory listing successful
Status: Resolving address of ftp.adrive.com
Status: Connecting to 38.99.42.153:21...
Status: Connection established, waiting for welcome message...
Response: 220 ADrive.com - Username is your email address used for web interface. FTP is for Signature and Premium accounts only.
Command: USER xxx
Response: 331 Username OK, please send password.
Command: PASS *
Response: 230 Welcome xxx
Status: Connected

Status: Retrieving directory listing...
Command: CDUP
Response: 250 Changed directory OK.
Command: PWD
Response: 257 "/Data"
Status: Directory listing successful
Status: Starting upload of D:\Data\You_can_Win.pdf
Command: PASV
Response: 227 Entering Passive Mode (38,99,42,153,233,121)
Command: STOR You_can_Win.pdf
Response: 150 Opening BINARY mode data connection for file You_can_Win.pdf.
Response: 226 File store complete. Data connection has been closed.
Status: File transfer successful

SmartFTP:
[2009-06-17T14:38:39] Log opened
[2009-06-17T14:38:39] Initializing. Transfer Queue v1.0.20.7.
[2009-06-17T14:38:39] Resolving host name "ftp.adrive.com"
[2009-06-17T14:38:39] Connecting to 38.99.42.152 Port: 21
[2009-06-17T14:38:39] Connected to ftp.adrive.com.
[2009-06-17T14:38:40] 220 ADrive.com - Username is your email address used for web interface. FTP is for Signature and Premium accounts only.
[2009-06-17T14:38:40] USER xxx
[2009-06-17T14:38:40] 331 Username OK, please send password.
[2009-06-17T14:38:40] PASS (hidden)
[2009-06-17T14:38:40] 230 Welcome xxx
[2009-06-17T14:38:40] SYST
[2009-06-17T14:38:40] 215 UNIX Type: L8
[2009-06-17T14:38:40] Detected Server Type: UNIX
[2009-06-17T14:38:40] RTT: 86.411 ms
[2009-06-17T14:38:40] FEAT
[2009-06-17T14:38:40] 211-Extensions supported:
[2009-06-17T14:38:40] AUTH TLS
[2009-06-17T14:38:40] HOST
[2009-06-17T14:38:40] LANG EN*
[2009-06-17T14:38:40] MDTM
[2009-06-17T14:38:40] MFMT
[2009-06-17T14:38:40] MLST TYPE*;SIZE*;MODIFY*;PERM*;UNIX.MODE*;
[2009-06-17T14:38:40] PBSZ
[2009-06-17T14:38:40] PROT
[2009-06-17T14:38:40] REST STREAM
[2009-06-17T14:38:40] SIZE
[2009-06-17T14:38:40] TVFS
[2009-06-17T14:38:40] UTF8
[2009-06-17T14:38:40] 211 END
[2009-06-17T14:38:40] OPTS UTF8 ON
[2009-06-17T14:38:40] 501 Command has no settable options.
[2009-06-17T14:38:40] PWD
[2009-06-17T14:38:41] 257 "/"
[2009-06-17T14:38:41] CWD /Data
[2009-06-17T14:38:41] 250 Changed directory OK.
[2009-06-17T14:38:41] PWD
[2009-06-17T14:38:41] 257 "/Data"
[2009-06-17T14:38:41] TYPE I
[2009-06-17T14:38:41] 200 TYPE changed to I.
[2009-06-17T14:38:41] PASV
[2009-06-17T14:38:41] 227 Entering Passive Mode (38,99,42,152,249,193)
[2009-06-17T14:38:41] Opening data connection to 38.99.42.152 Port: 63937
[2009-06-17T14:38:41] STOR You_can_Win.pdf
[2009-06-17T14:38:41] 150 Opening BINARY mode data connection for file You_can_Win.pdf.
[2009-06-17T14:38:41] Socket send buffer set to 16384 bytes.
[2009-06-17T14:38:41] Socket send buffer set to 32768 bytes.
[2009-06-17T14:38:41] Socket send buffer set to 65536 bytes.
[2009-06-17T14:38:41] Socket send buffer set to 131072 bytes.
[2009-06-17T14:38:41] 374545 bytes transferred. (688 KB/s) (531 ms)
[2009-06-17T14:38:44] 226 File store complete. Data connection has been closed.
[2009-06-17T14:38:44] MFMT 20090114064758 You_can_Win.pdf
[2009-06-17T14:38:44] 213 Modify=20090114064758; You_can_Win.pdf
[2009-06-17T14:38:44] MLST You_can_Win.pdf
[2009-06-17T14:38:44] 250-Listing of You_can_Win.pdf:
[2009-06-17T14:38:44] TYPE=file;SIZE=374545;MODIFY=20090114064758;PERM=rwafd;UNIX.MODE=rw-r--r--; You_can_Win.pdf
[2009-06-17T14:38:44] 250 End of listing.
[2009-06-17T14:38:44] Source File Size=374545, Destination File Size=374545
[2009-06-17T14:38:44] Log closed

Attachments (2)

Filezilla.txt (2.4 KB ) - added by dgrd1701 15 years ago.
Filezilla log
SmartFTP.txt (5.5 KB ) - added by dgrd1701 15 years ago.
SmartFTP log

Download all attachments as: .zip

Change History (5)

by dgrd1701, 15 years ago

Attachment: Filezilla.txt added

Filezilla log

by dgrd1701, 15 years ago

Attachment: SmartFTP.txt added

SmartFTP log

comment:1 by Tim Kosse, 15 years ago

Resolution: rejected
Status: newclosed

Broken server. According to the specifications (http://filezilla-project.org/specs/rfc2389.txt) the lines in the FEAT response have to be started with a leading space. Your server fails to add this space on most of the features, including MFMT.

You have to upgrade to a proper server.

comment:2 by Kerry, 15 years ago

Cc: kerrykurtz@… added
Keywords: MFMT added
Resolution: rejected
Status: closedreopened

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 feature is 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

comment:3 by Tim Kosse, 15 years ago

Resolution: rejected
Status: reopenedclosed

kwikone, don't hijack old tickets with completely unrelated issues. Create a new ticket instead.

Note: See TracTickets for help on using tickets.