How-To: Run a Script with a Scheduled Event Handler

How-To: Run a Script with a Scheduled Event Handler

Question

Can I create a scheduled event to call and run a script?

Reasoning

I currently have Titan FTP server and would like to take advantage of the event handler capabilities to automate jobs.

 

Answer

Titan FTP Server includes the ability to create several different event handlers to automate processes. One of the event handlers does include a “Scheduled Standard Event” which you can configure to trigger at a specific time and repeat at a certain interval.

Steps

1. Open Titan FTP Server Administrator and under Events click on “Add”.

      2. Under “Select Events to Handle:” click the check box to enable “Scheduled events” and then click on Next.


      3. Under “Select Conditions” enable “Scheduled time elapsed” and configure the schedule. Click OK and then Next.


      4. Under “Select Actions:” click on the checkbox to enable “Run file/script”.


      5. This will open a new window where you will configure the script and parameters you want to run and click OK.


      6. When back on the Event Handler wizard, click on Next.

      7. Finally, create a name for the scheduled event and click on Finish.


 

 

 


    • Related Articles

    • Event Handler script not running

      Problem: I set up an Event Handler to launch a VBScript when a file has been uploaded. The VBS script doesn't run. The file has been saved in the default directory path. Solution: Currently, the VBS script will not launch from a directory with spaces ...
    • Event Handler script not running

      Problem: I set up an Event Handler to launch a VBScript when a file has been uploaded. The VBS script doesn't run. The file has been saved in the default Cornerstone directory path. Solution: Currently, the VBS script will not launch from a directory ...
    • How To: Move Files with an event

      Question How do move a file with an event? Reasoning When files are uploaded, there may be a requirement to copy or move those files to another internal location for other internal automations to process that file, or you may want to just archive the ...
    • How To: Push/Upload a file with an event

      Question How can I push/upload a file with an event? Reasoning We could have a business process that requires files to be pushed to a remote server. This would consume time from the admin to manually push files and also be vulnerable to user error. ...
    • 2019: How-To: Using %DATE% variables in the Event Manager

      There may be a situation in the Event Manager when access to a specific date is required. For example, you may have a scheduled event that runs at midnight and needs to backup or move all logfiles from yesterday. Since this event is scheduled to run ...