Thijs Franssen

Results 5 comments of Thijs Franssen

DUP flag only works if the messageId is kept the same at the sender side. This is a typical QoS 1 thing to do. Any progress on this issue?

Added some logging: ``` Apr 26 12:27:18 ftpS3Gateway sftpgo[3542]: {"level":"debug","time":"2024-04-26T12:27:18.847","sender":"ftpserverlib","server_id":"FTP_0","clientId":"7","clientIp":"*****:22432","message":"Client connected"} Apr 26 12:27:18 ftpS3Gateway sftpgo[3542]: {"level":"debug","time":"2024-04-26T12:27:18.849","sender":"FTP","connection_id":"FTP_0_7","message":"connection added, local address \"*****:21\", remote address \"*******:22432\", num open connections: 1"} Apr 26...

Maybe just accepting MODE S would be enough for this. I will try to make the changes myself.

--- ### ✅ Solution I managed to fix this issue in a clean and consistent way, both in **how the audit is stored in the database** and **how it is...