FtpDLX DirItems parsing (wodFtpDLX / wodFtpDLX.NET)
We've recently encountered a customer's SFTP server which is returning a different directory format, and WodFtpDLX.NET is having problems parsing it.
The directory listing looks like this:
-rw-r----- 0 0 476 Wed, 08 Jan 2025 06:01:01 GMT Filename1234.txt
Note the expanded date, including the day and timezone... it's a bit different to some others I've seen.
I can't share all the server details, but it appears to be hosted by Azure Blob storage - https://learn.microsoft.com/en-us/azure/storage/blobs/secure-file-transfer-protocol-sup...
Other SFTP clients such as Filezilla seem to be able to parse the directory correctly. Any thoughts/workarounds?