upload-event-processor NcFTPd general.cf file configuration
Don't forget to restart NcFTPd after modifying the general.cf file.

You can have external programs react to events in near real time. For example, if you wanted to run a script every time there was a file uploaded, you would set upload-event-processor to the full pathname of the script.  The server will then run that script each time, with various command line arguments.

Obviously I do not recommend using this facility unless you absolutely need to, for two important reasons:

  1. Spawning and executing programs impacts system performance.
  2. The programs are run with root privileges -- unless you are very experienced with writing secure programs, you could mistakenly leave your system vulnerable to malicious local users.
A safer way is to use the ncftpd_eventd feature, and have your own program receive messages from NcFTPd.

Nevertheless, if you wish to proceed, you can look at the process_ncftpd_event.sh script which comes with the distribution as an example.

Examples:

Recommendation: See Also:
Up
Previous: unix-domain-socket-dir NcFTPd Home Next: upload-tmp-then-rename