[FluentFTP 24] Most functions ending in Socket-related issues
FTP OS: Unix
FTP Server: ProFTPD
Computer OS: Windows 10
Many functions result in Socket-related issues.
Logs :


<paste logs here but DO NOT delete the lines above and below this line>
I have fixed it with removing all Async methods and replaced with their Sync equivalents. Someone should really check that Async implementation.
Can you check with the latest version?
Also try setting SslBuffering to Off and see if it improves?
No, also setting SslBuffering to Off doesn't work.
However, in my application, the client throws a FtpCommandException with an empty message, but when I remove the async methods, it works correctly.
Server is Filezilla
In the course of the V40/V41 migration, ASYNC vs. SYNC should be very much improved.