--help Display a short usage description, including all available options.
--attach-file
If used, this will cause a copy of the uploaded file to be included, as an attachment, in the
generated email.
--authsmtp-auth-info-file
Configures the path to a file containing SMTP authentication information. The configured
file should look like this:
user username
password password
--fifofifo-path
Indicates the path to the FIFO to which proftpd is writing its TransferLog. That is, this is
the path that you used for the TransferLog directive in your proftpd.conf. This parameter is
REQUIRED.--fromemail-address
Specifies the email address to use in the From email header. This parameter is REQUIRED.--ignore-usersregex-pattern
Specifies a Perl regular expression. If the uploading user name matches this regular
expression, then an email notification is NOT sent; otherwise, an email is sent.
--logxferlog-path
Since this script reads the TransferLog using FIFOs, the actual TransferLog file is not
written by default. Use this option to write the normal TransferLog file, in addition to
watching for uploads.
--recipientemail-address
Specifies an email address to which to send an email notification of the upload. This option
can be used multiple times to specify multiple recipients. ATLEASTONE recipient is
REQUIRED.--smtp-serverserver-address
Specifies the SMTP server to which to send the email. This parameter is REQUIRED.--subjectsubject
Specify a custom Subject email header for the email sent. The default Subject is:
User '$user' uploaded file '$file' via FTP
--watch-usersregex-pattern
Specifies a Perl regular expression. If the uploading user name matches this regular
expression, then an email notification is sent; otherwise, no email is sent.