FrendsPlatform / Frends.FTP

MIT License
0 stars 0 forks source link

Frends.FTP.DownloadFiles task timeouts too soon. #11

Closed RikuVirtanen closed 2 years ago

RikuVirtanen commented 2 years ago

Task gives timeout exception after 15 seconds even if the option is set to 60. The buffer size might be culprit in this. https://frendscom.slack.com/archives/C03MZEPC941/p1657003698270509

ttossavainen commented 2 years ago

Timeout seems to be ok. Connect.BufferSize's default value is 32 bytes instead of 32 KBs. For an example Config.LocalFileBufferSize's default value is 4096 (=4 KB).

ttossavainen commented 2 years ago

https://github.com/FrendsPlatform/Frends.FTP/pull/20