FubarDevelopment / FtpServer

Portable FTP server written in .NET
http://fubardevelopment.github.io/FtpServer/
MIT License
472 stars 161 forks source link

File system disposal after data connection end #112

Closed esavini closed 3 years ago

esavini commented 3 years ago

I have a custom implementation of the in-memory file system, when a connection end it is automatically disposed?

fubar-coder commented 3 years ago

It should be disposed automatically when the connection was closed.