FubarDevelopment / FtpServer

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

Missing logger in XrmdCommandHandler and RmdCommandHandler #155

Open danielklecha opened 1 year ago

danielklecha commented 1 year 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.