Robin Rodricks

Results 415 comments of Robin Rodricks

Please check if this works for you: https://www.nuget.org/packages/FluentFTP/37.1.2

I used your same code, just kept it for proxy and not for normal FTP client since I'm not sure if it will mess something up.

Did it work with your fork? (As I said, I used your code)

I am in process of creating a [new test suite](https://github.com/robinrodricks/FluentFTP/wiki/Automated-Testing) which uses dockerized FTP servers. Can you recommend any dockers for these FTP Servers which you are testing OR any...

Can you try this and see if it works? https://www.nuget.org/packages/FluentFTP/37.0.0

Afaik there is no difference in debug/release code, so the lib should have matching behavior regardless of build flags. Maybe just some .net exception handling is different in these modes,...

@FanDjango and @jnyrup, firstly, thank you guys for responding on issues faced by other users, I appreciate it. I agree with the both of you. The issue makes no sense...

> In my case the problem is the async version of AutoConnect(), it does not honor the timeout settings. If I wrap the sync version into await Task.Factory.StartNew(client.AutoConnect) then the...

I need the FTP logs to debug anything.