A lot of people don't take business continuity initiatives seriously. But when a polar vortex in the US, a blizzard in the UK, and a heat wave in Australia all happen almost simultaneously AND cause massive disruptions to business operations, the importance of business continuity suddenly gets the attention it deserves.
Topics:
JSCAPE MFT,
Managed File Transfer,
Business Process Automation,
Triggers
We've already showed you how to configure JSCAPE MFT Server to monitor a directory for newly added files and then upload those files to either Amazon S3 or Azure Files. So today, as we show you how to upload files to Google Storage, let's do something different. Instead of waiting for newly added files, let's try uploading files on a pre-defined schedule. You can try it by requesting a free trial of JSCAPE or keep reading below.
Topics:
JSCAPE MFT,
Managed File Transfer,
Business Process Automation,
Tutorials,
Triggers
This custom trigger action is used to export the details of the trigger executions for a single trigger by name in excel format
Topics:
JSCAPE MFT,
Triggers,
Actions
This custom trigger action is used to export the details of the Failed Trigger executions in excel format
Topics:
JSCAPE MFT,
Triggers,
Actions
In this tutorial, we're going to show you a simple method that will enable you to connect your server to a Microsoft Azure File Share and then automatically upload files to that share.
Topics:
JSCAPE MFT,
Managed File Transfer,
Business Process Automation,
Tutorials,
Triggers
This custom trigger action is used to export the details of the OFTP Message(s) which are received and send from JSCAPE MFT Server.
Topics:
JSCAPE MFT,
Triggers,
Actions
This custom trigger action is used to export the details of the AS2 Message(s) which are received and send from JSCAPE MFT Server.
Topics:
JSCAPE MFT,
Triggers,
Actions
This custom function helps to get the available heap statistics during too many user uploads/downloads or during trigger execution. The real use of the function comes when the servers responds slow. In order to get the available heap details need to use below two custom functions; a.GetUsedHeapInMb b.GetMaximumHeapInMb Downloads Source code and build instructions
Topics:
JSCAPE MFT,
Triggers,
Functions,
Heap Analysis
This custom trigger function helps to get the maximum heap in MB on run time. This custom function helps to get the statistics during too many user uploads/downloads or during trigger execution. This custom function is used along with other custom function GetUsedHeapInMb where both can be compared during server slowness.
Topics:
JSCAPE MFT,
Triggers,
Functions,
Heap Analysis
This custom trigger function helps to get the used heap in MB on run time. This custom function helps to get the statistics during too many user uploads/downloads or during trigger execution. The real use of the function comes when the servers responds slow. Downloads Source code and build instructions
Topics:
JSCAPE MFT,
Triggers,
Functions,
Heap Analysis