Robin Rodricks

Results 415 comments of Robin Rodricks

Can you log all the FluentFTP log events to cloudwatch, and then you can determine at which command its hanging?

This seems to be a server issue: - https://henrywrites.wordpress.com/2014/04/22/filezilla-9-0-44-421-login-time-exceeded/ - https://forum.filezilla-project.org/viewtopic.php?t=41064 I'm not sure why it works with other libraries. Can you trace their logs and dump it here so...

Sorry this issue went off my radar. You've given me a lot of helpful info. This seems to be an issue during SSL negotiation. - Try flipping `DataConnectionEncryption` on and...

I looked thru the code and from what I can ascertain, the server does not send a reply to the USER command, thus the authentication fails. I think the server...

I think you should explicitly set the SslProtocols property. Users have reported that 1.2 seems to be best, but some users also report differently. See https://github.com/robinrodricks/FluentFTP/wiki/FTPS-Connection#how-do-i-connect-with-ssltls--how-do-i-use-ftps

Can you try calling `client.AutoDetect()` or `AutoConnect()` and let it figure out if any of the connection options work?

Oh dear, I've run out of ideas I'm afraid.

I'm pretty sure you don't need the ticks.

Similar : https://github.com/robinrodricks/FluentFTP/issues/423