QuorumDMS / ftp-srv

📮 Modern FTP Server
MIT License
387 stars 116 forks source link

Wrong date on Fillezilla (MDTM) #362

Open ptorrent opened 12 months ago

ptorrent commented 12 months ago

Hello there,

Thanks for that module !

I've an issue with date parsing on Filezilla using your FTP server, by using an other FTP server it works fine...

Filezilla: image

Windows explorer: image

The correct date is 16.11.2023 11:29

I checked with wireshark and both receive the same valid date !

Your answer for the list command :

Nov 16 10:29 (that is correct)...

Do you know from where come this difference ?

ptorrent commented 12 months ago

Strange still have the issue this morning. I think I found something with MDTM command:

Works better on filezilla without MDTM support? Is that possible ?

image

ptorrent commented 12 months ago

In fact, that doesn't help ^^, looks totaly random. I just commented that line :

image

looks better now

ptorrent commented 12 months ago

Maybe the answer code is wrong ?

https://support.solarwinds.com/SuccessCenter/s/article/MDTM-FTP-command?language=en_US

Must be 253 instead of 213 ?

image

Anyway removing MDTM registry solve this issue