Closed dblda closed 2 months ago
My first idea would be to keep the control connection open by using NOOPs. Sadly, your log ends too early, I would have liked to see the way it continues concerning the control connection and final disposal.
Sadly, your log ends too early, I would have liked to see the way it continues concerning the control connection and final disposal.
Always people don't provide the complete sequence, also the initial connection etc. Always somehow redacted logs.
To be honest, either you are capable enough to debug this yourself, or you cannot decide what to delete from the log and instead should include a complete one.
And then, no response to a support reaction. So it cannot be that urgent, also.
Hi, I add all log. I checked what happened after several hours during that day and nothing was changed. I mean no additional logs appeared until I start trying to terminate the proces with client in terminal. So client freezes just after file is physically downloaded.
After all, an initial connection is attached.
I was thinking about using NOOPs, as you suggested but still didn’t figure it out how to do that.
Ok, so it is just hanging? No timeout after some time? Nothing?
For NOOP, you need
client.Config.Noop = true;
client.Config.NoopInterval = 15000;
client.Config.NoopTestConnectivity = false;
Yes, was just hanging. It started to work continuously. the solution was to add Noop configuration and remove all other timeouts previously configured. Thanks you for your help.
Do you want to investigate why the process was hanging? Or satisfied and we close this?
FTP Server OS: Windows
FTP Server Type: FubarDev.FtpServer as Windows service
Client Computer OS: Windows
FluentFTP Version: 51
Framework: 6
Trying to download many files but each time when a first file is downloaded all the process freeze. Please can you help to solve this problem? I Was trying different configuration. Files are 3gb big. File is downloaded to destination path but for some reasons client.DownloadFile do not finish execution.
Logs : Here you have logs:
And this is my code: