
0
Answered
FTP upload and email notification
Is there a way that users get a notification when a file is uploaded through ftp to a specific folder?
Customer support service by UserEcho
It is not technically possible.
maybe with a cron to scan folders?
There is no way to tell which files are new, meaningful or how they are were created. Apps can create temporary files, you wouldn't want to be notified about any file.
If one took the manual task of uploading files via FTP, then the person can send the notification as well. If the file was uploaded/created programatically, then the same program could be set to send the notifications itself.