I'm trying to see if I can run a command on the server when either/or:
- A [specific] user connects to the FTP server
- A [specific] user uploads a file to the FTP server
Ex: when user "johndoe" connects to his FTP account, I want to run a command/program on the server automatically- like a command to send him an email letting him know of the account activity
- AND/OR -
Ex: when user "johndoe" connects to his FTP account and uploads a file, I want to run a command/program on the server automatically
Is this possible?
- A [specific] user connects to the FTP server
- A [specific] user uploads a file to the FTP server
Ex: when user "johndoe" connects to his FTP account, I want to run a command/program on the server automatically- like a command to send him an email letting him know of the account activity
- AND/OR -
Ex: when user "johndoe" connects to his FTP account and uploads a file, I want to run a command/program on the server automatically
Is this possible?