Lister FTP connection is showing some files with the wrong year, e.g. a file having a date of 30th June 2018 is showing as 30/06/2019 when it should be 30/06/2018. Some files are showing a Modified Date that is in the future.This obviously makes sorting by date impossible. Is there any setting I should be looking at to solve this issue?
This is not consistent and is only affecting a subset of the files.
It could be due to the server using a non-standard date format in directory listings, although the fact it only affects some files and is inconsistent is strange.
Which FTP server is it running?
Have you checked what happens with other FTP clients?
Strange, it shows every command except the one used to get the directory listing at the end.
Back in Opus, try editing the site's bookmark entry, and on the Misc tab, turn on "Use custom LIST command" and set it to LIST.
Trying with LIST -alF is also worth a shot, if that doesn't work.
Toggling the Use MLST option is also worth trying.
After saving each change, I would use File > Exit Directory Opus to ensure no cached connections to the site remain, then test the results. (May not be needed, but avoids potential confusion if the settings aren't in effect yet.)
In case it's any help:
I do some work with FTP Directories in my Delphi applications. I use the WinInet function FtpFindFirstFile to retrieve and display the same information as Lister does and have no issues with file dates.
We've been able to reproduce this issue now and know what's causing it. We should have a fix in the next beta version (which will probably be out later this week) so you can give it a try.