Mark Junker

Results 196 comments of Mark Junker

Hi, your project looks really good. Here are my thoughts to make it easier for others to use: # Prepare for FTP server V3.0 It would be good if you...

Virtual directories (and mount points to other file systems) aren't supported yet. You may get it working though by implementing your own virtual file system which then redirects all calls...

I guess that adding a connection timeout is the better solution here, because using the `IPEndPoint` would cause problems when the same application uses the same port for multiple connections....

I'll publish a 3.1.1 soon, which includes configuration options for idle connection detection.

3.1.1 is published and should be available soon (after the validation on nuget.org). The important options for you are: - `FtpServerOptions.ConnectionInactivityCheckInterval`: This is the interval used by the server to...

Its as if the connection got closed while it was still about to get initialized/started. Please try version `3.1.2-ci.16` from the following NuGet feed: https://pkgs.dev.azure.com/fubar-development/ftp-server/_packaging/ftp-server-ci-builds%40Prerelease/nuget/v3/index.json

I cannot reproduce this problem on my side. I tried the following: - Change the `TargetFramework` of the test FTP server sample from `netcoreapp3.0` to `net461` - Add a configuration...

That's a good hint. I'll take a look.

No, sorry. The server is currently in maintenance mode, but I'll start a rewrite of the FTP server using .NET 5.0 soon, which should have much less problems in this...

Hmm, the "middle of the night". Sounds like an internet disconnect from the ISP while a client still has an active connection. Connection loss is something that I need to...