i'm using vsftp on ubuntu 9.04 Is it possible to send an email whenever a user uploads a file to a particular folder using ftp?

link|improve this question
feedback

1 Answer

up vote 2 down vote accepted

I don't think vsftpd itself has anything that will do this for you. Most likely you'll have to write / find a script that will watch a particular directory for files, and email it from there.

link|improve this answer
Exactly wht i thought! :-) thanks. – Senthil Kumar Apr 28 '10 at 12:25
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.