Scheduled file transfers can help you make more efficient use of time, computing resources, and bandwidth. If you want to know how to set one up, check out this post.
Setting up a scheduled file transfer on JSCAPE MFT Server is quick and easy. Let me show you how.
Launch the JSCAPE MFT Server manager and go to Triggers > Triggers tab. Now, click the Add button to add a new trigger.
When the first window appears, give the trigger a Name. After that, expand the Event type drop-down list and select Current Time. As soon as you're done, click Next.
You should then be presented with the Trigger Conditions window. Click the Time Expression button.
That will bring up the Event Time Expression window. This is where you would assign schedules for a particular file transfer activity (e.g. an FTP file upload or download). To know what possible values are allowed for each time field, hover your mouse pointer over each corresponding question mark (?) icon.
The allowed values are as follows:
In the example shown below, the file transfer activity is scheduled to run every Friday at 8:30 PM.
As soon as you click the OK button, you'll be brought back to the main Trigger Conditions window where you'll see the values you entered translated into an expression. Thus, if you're already familiar with expressions, you would have been able to write that schedule directly as:
(Hour = 20) AND (Minute = 30) AND (DayOfWeek = 5)
Note that you can enter multiple values on each field. The values should be separated with a comma. So, for example, if you would like the file transfer activity to run every Monday, Wednesday and Friday, you would enter this in the DayOfWeek field:
1,3,5
That would translate to the following expression:
DayOfWeek = 1 OR DayOfWeek = 3 OR DayOfWeek = 5
Here are some more time expression examples you can use:
What we've shown you here is just how to set up time expressions for your scheduled file transfers. To carry out a complete file transfer activity, you'll need to create trigger conditions and other configurations. Here are some blog posts that feature these time expressions in different file transfer activities.
Scheduling an Automated File Transfer for Files Matching a Regex
How To Set Up A Scheduled Automatic Download With A Trading Partner
Securing Trading Partner File Transfers w/ Auto PGP Encryption & FTPS
How To Get Your MFT Server To Email You About Last Night’s Download
Did you know that you can try JSCAPE in your own environment to test features and validate your requirements? Simply request a free trial to get started.