FubarDevelopment / FtpServer

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

Missing logger in XrmdCommandHandler and RmdCommandHandler #155

Open danielklecha opened 9 months ago

danielklecha commented 9 months ago

Exception thrown by UnlinkAsync method won't be logged in XrmdCommandHandler and RmdCommandHandler classes. Logger should be passed to this classes in the constructor and used inside catch statement.