Offset to Central Directory cannot be held in an Int64 (wodFtpDLX / wodFtpDLX.NET)
I am connecting to an SFTP Server via FtpDLX. I am able connect and receive a .zip file without a problem.
However when I try to extract the file by using C# .Net ZipArchive library, I receive "Offset to Central Directory cannot be held in an Int64" error. I try to open with WinRar manually, then receive "Unexpected End of Archive" error.
I also connect through WinSCP with same credentials, download the file, and open it without an error. So the file is not corrupted.
Any idea why would that happen?