Problems with Date keeping on upload (box checked)

Need help with FileZilla Client? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Post Reply
Message
Author
Tueftler
500 Command not understood
Posts: 5
Joined: 2010-10-01 12:51
First name: Bjoern
Last name: noname

Problems with Date keeping on upload (box checked)

#1 Post by Tueftler » 2021-04-19 21:53

Hi there.

By now i had used FileZilla Client with my OMV NAS.
Now i have show, that the date of uploaded files will be changed to the actual one, not the old one on my HDD.
The CTRL+U Option is selected correctly.
I have double checked these with another ftp client and these is running without any problems.
So i think in the newest versions a bug is included now.

As i remember, after each file upload there was a text showing in the log window which describes the date change process.

Can anyone help me with these problem?

Thank you in advance
Bjoern

User avatar
boco
Contributor
Posts: 26899
Joined: 2006-05-01 03:28
Location: Germany

Re: Problems with Date keeping on upload (box checked)

#2 Post by boco » 2021-04-20 03:49

Does the FTP server in your NAS support the MFMT command? You can temporarily enable the detailed log by right clicking the log pane and selecting Detailed log. Do so after a fresh start of FileZilla, then connect to your server. Study the server's response to the FEAT command.
If the server does not support MFMT, keeping timestamps on upload is not possible. That's essentially what the warning says when you enable that feature for the first time.

Other FTP client may use illegitimate commands (like MDTM) to set timestamps, these aren't supported in FileZilla.
### BEGIN SIGNATURE BLOCK ###
No support requests per PM! You will NOT get any reply!!!
FTP connection problems? Please do yourself a favor and read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
### END SIGNATURE BLOCK ###

Tueftler
500 Command not understood
Posts: 5
Joined: 2010-10-01 12:51
First name: Bjoern
Last name: noname

Re: Problems with Date keeping on upload (box checked)

#3 Post by Tueftler » 2021-04-20 21:28

Hi there and thank you for your reply!

OMV is using ProFTPD which support MFMT as i show.
Older filezilla client had set the time/date after uploading the file.
Now, i cant find these entry in the logs!?

Log of filezilla client:

Code: Select all

Status:	Logged in
Status:	Starting upload of C:\Windows\DXError.log
Command:	CWD /Data/datastorage1
Response:	250 CWD command successful
Command:	PWD
Response:	257 "/Data/datastorage1" is the current directory
Command:	TYPE I
Response:	200 Type set to I
Command:	PASV
Response:	227 Entering Passive Mode (192,168,1,91,139,231).
Command:	STOR DXError.log
Response:	150 Opening BINARY mode data connection for DXError.log
Response:	226 Transfer complete
Status:	File transfer successful, transferred 175 bytes in 1 second
Status:	Retrieving directory listing of "/Data/datastorage1"...
Command:	PASV
Response:	227 Entering Passive Mode (192,168,1,91,178,153).
Command:	LIST
Response:	150 Opening BINARY mode data connection for file list
Response:	226 Transfer complete
Status:	Directory listing of "/Data/datastorage1" successful
Log of Cyberduck (which set the date/time to the correct one):

Code: Select all

STAT /Data/datastorage1
212-Status of /Data/datastorage1:
...
212 End of status
TYPE I
200 Type set to I
PASV
227 Entering Passive Mode (192,168,1,91,155,169).
STOR /Data/datastorage1/unins000.exe
150 Opening BINARY mode data connection for /Data/datastorage1/unins000.exe
226 Transfer complete
SITE UTIME /Data/datastorage1/unins000.exe 20210420212026 20171101145333 20171101145333 UTC
200 SITE UTIME command successful
QUIT
221 Goodbye.

User avatar
botg
Site Admin
Posts: 35491
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Problems with Date keeping on upload (box checked)

#4 Post by botg » 2021-04-21 12:57

Your third-party client does not use MFMT.

You need to update to a modern server that not only supports MFMT but also properly advertises it in the reply to the FEAT response.

Tueftler
500 Command not understood
Posts: 5
Joined: 2010-10-01 12:51
First name: Bjoern
Last name: noname

Re: Problems with Date keeping on upload (box checked)

#5 Post by Tueftler » 2021-04-22 14:20

Hi there.

Yes, the other tool use a site utime command.

My NAS OS is the actual one from last month.
But i have checked the installed ftp server and that is Proftpd with version 1.3.6 ...
Wtf...its from April 2017!?

Okay, so i have to show if i can update that separately and will create a ticket on the NAS forum.

Thank you for your reply!

Post Reply