FubarDevelopment / FtpServer

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

Fix corrupt file rename in InMemory provider #107

Closed rmja closed 4 years ago

rmja commented 4 years ago

This PR fixes a bug where the renamed entry does not correctly get the new filename. This causes that the renamed file cannot be deleted after rename, for example.

rmja commented 2 years ago

@fubar-coder Would it be possible to get a patch release with this fix? It would be really appreciated!

fubar-coder commented 2 years ago

@rmja I just released 3.1.2 which contains this bug-fix.

rmja commented 2 years ago

@fubar-coder Thanks! And thank you for an amazing project.