FubarDevelopment / FtpServer

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

Event/Trigger in server code when a new file was created by client #154

Open e012345678 opened 11 months ago

e012345678 commented 11 months ago

Is there some way to get an event/trigger (or even by polling) when a new file was created by a client (especially by a specific user)? For instance I want the server to create a file test2.txt and send an email with uploaded file as attachment when user ABC uploaded test_*.txt. I understand the custom actions needs to be implemented but can the FTP server give the event/trigger.