FubarDevelopment / FtpServer

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

Validation Response #95

Closed deanp101 closed 4 years ago

deanp101 commented 4 years ago

Is there a way to send a custom validation message back to the client from a custom File System implementation?

I have custom validation that executes during OpenReadAsync and doesnt seem appropriate to only return null when there is an issue...