-
-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disconnects from server every 60 seconds when using FTP and FTPS #159
Comments
I'm also seeing the same behaviour using plain FTP (i.e. non-FTPS). |
I'll have to look into this, but I assume that some kind of idle connection timer is kicking in. |
We had this same issue and I investigated it and came to the following conclusion: By default So my code now looks like this:
And this seems to work correct |
Extra info: the disconnects happened only after the FTP server was running for at least 5:00 minutes after the first FTP connection was made (since the default timeout is 5 mins and the idle check was registered on the first FTP connection) |
I'm doing a recursive delete of a folder which contains ~4000 files split over ~60 subfolders and have noticed that FileZilla is being disconnected every 60 seconds. It re-establishes the connection and continues the delete, but the disconnection pattern continues. The server is hosted remotely to the client.
FileZilla version: 3.65.0 on Windows 11
Protocol: FTPS (TLS 1.3)
Server Host: Linux Rocky el9
Server Host .NET version: 8
Output from the FileZilla log shows:
Example output from the FTP server shows for one of these events:
Any ideas on why these disconnects are happening every 60 seconds?
I see the same behaviour with .NET 6 too.
The text was updated successfully, but these errors were encountered: