FanDjango
FanDjango
`2024-10-11T12:20:12.0313213+02:00 [DBG] SSL Buffering disabled because of .NET 5.0 and later` This message tells me you are not on the latest FluentFTP version. I would get some more debug messages...
``` 2024-10-11T12:20:12.0581164+02:00 [DBG] Waiting for response to: LIST /Prod/From_PN/*.xml 2024-10-11T12:20:12.0581595+02:00 [DBG] Response: 226 Transfer complete. [39ms] 2024-10-11T12:30:10.9956428+02:00 [DBG] > GetListing("Prod/From_PN/*.xml", Auto) 2024-10-11T12:30:10.9958189+02:00 [DBG] > OpenDataStream("LIST /Prod/From_PN/*.xml", 0) 2024-10-11T12:30:10.9958821+02:00 [DBG] Testing...
The reconnects, though, should work. But there seems to be a bug indicated by the following sequence: ``` 2024-10-11T12:40:10.9901110+02:00 [DBG] Testing connectivity using Socket.Poll()... 2024-10-11T12:40:10.9901595+02:00 [DBG] Reconnect due to disconnected...
I think I can actually reproduce this here locally - once again, thanks for the log. Stand by for a while.
Slowly, slowly. I finally understand the problem(s). First of all, some of the code in FluentFTP pertaining to this scenario has changed. Socket.Poll is no longer used **and** stream disposal...
> If this is not the correct way to use the library I can easily add session management with explicit connect/disconnect in the timer loop. Explicit session mgmnt should not...
> Hopefully you got something out of it Yes, very much so. > It's a bug, long undiscovered. Why you are hitting it after all this time, I dunno. It's...
After many tests I have decided to simply remove the offending code. Firstly, it won't work correctly, as it needs more that just a `Connect()' to successfully `Recconnect...`. Secondly, this...
And thus, I will now finally close this issue that had actually already been resolved with other measures.
Hi there. Let's see, here are some first observations and some information. 1. Very redacted log and only excerpts. So I can't really see the total picture, it's up to...