Robin Rodricks

Results 415 comments of Robin Rodricks

Torsion, just set the SslProtocols field to any value that you want, based on your requirement. Suggestions are given in this thread, and None is also an option but I...

Can you build in debug mode and step into Execute and see whats going on? Its pretty simple afaik.

Please use the new append API - `UploadFile(.... FtpExists.Append)` - if it does not work, tell me and I'll document it better

Hi, no this bug is not actively being worked upon. We have insufficient info to fix something. You are free to submit a PR or help us understand how to...

Console.WriteLine will be causing a delay. I'm not sure why else there should be a delay - all code is direct and we don't use any third party async/threading code....

What you can do is take the source code of FluentFTP and build from source and add that reference to your project, as if its one of your own projects....

Filezilla is C++, FluentFTP is .NET. Obviously it will be faster.

You don't need to `if (!client.FileExists(path))` as UploadFile will handle that internally. I'm not sure what the issue is, perhaps a server specific reply is causing the library to go...

We are not built to handle "preliminary replies". At present we support an error reply 5xx and the success reply 2xx. If you feel this is a good feature, you...