I’m in need of being able to set different commands to perform custom defined file transfers.
For example to name two commands to following:
“Save”:
- Saves the file
 - Uploading to a specified folder on the server (eg test folder)
 
“Commit”:
- Saves the file
 - Uploading to a specified folder on the server (eg test folder)
 - Copying to another folder locally
 - Uploading to another folder on the server (eg production/live folder)
 
Is there a package like this?