I have been tasked with a function that doesn't exist in these products (scp and sftp in Openssh) on Linux. I am hosting a scp and sftp server (Redhat) for our company and they have a requirement to do the following.
1: log uploads and file size
2: verify completion
3: trigger a notification
4: trigger a extrenal process (this can be done last)
So if I am hosting how would I parse the /home/<user> directories and accomplish the above or has anyone already done this? I would be willing to use a mysql database if that is what is required etc...