Blog

Using ADFS 3.0 as IdP for web SSO SAML on JSCAPE MFT server

Ever since we introduced Web SSO support in JSCAPE MFT Server (way back in version 8.8), the number of adopters for this method of authentication has been steadily growing. We're not surprised, considering how SSO greatly simplifies end user authentication in organizations that use several web-based applications.

Topics: JSCAPE MFT, Managed File Transfer, Tutorials, Secure File Transfer

Validate server keys using IsServerKeyValid function and send email

This custom trigger function is used to find the validity of server key(s) installed in JSCAPE MFT Server. This function use number of days as a parameter where the number of days say "n" is used to check the validity of the keys prior (n days) to the expiry date. See How to Create Custom Trigger Functions for details on installation. Downloads Source code and build instructions

Topics: JSCAPE MFT, Functions

Remove file by end of month using IsEndOfMonth function

This custom trigger function is used to delete a file by end of month. This function use system date or custom date as a parameter. See How to Create Custom Trigger Functions for details on installation. Downloads Source code and build instructions

Topics: JSCAPE MFT, Functions

JSCAPE MFT server 11 released

JSCAPE, the leader in platform and protocol independent managed file transfer solutions, is pleased to announce the latest release of MFT Server, 11.0.

Topics: News, JSCAPE MFT, Managed File Transfer

Perform directory virus scan using avast

This custom trigger action performs a virus scan against a directory using Avast anti-virus software. Downloads Source code and build instructions

Topics: JSCAPE MFT, Triggers, Actions, Antivirus

How to split large text files using actions

This custom trigger action is used to split a large text file in GB ore more to MB. Downloads Source code and build instructions

Topics: JSCAPE MFT, Triggers, Actions

Perform directory virus scan using kaspersky

This custom trigger action performs a virus scan against a directory using Kaspersky anti-virus software. Downloads Source code and build instructions

Topics: JSCAPE MFT, Triggers, Actions, Antivirus

Perform directory virus scan using ClamAV

This custom trigger action performs a virus scan against a directory using ClamAV anti-virus software, specifically the clamscan command. Arguments supplied to the clamscan command may be used to quarantine or delete files upon detection of infected files. Downloads Source code and build instructions

Topics: JSCAPE MFT, Triggers, Actions

Guide to HIPAA compliant file transfers - part 3

Guide to HIPAA Compliant File Transfers - Part 2

Topics: JSCAPE MFT, Managed File Transfer, Secure File Transfer

Using triggers to automate file deletion

This article was originally posted on March 28, 2012 but was updated on May 31, 2018 to reflect the latest UI. Overview If you are familiar with JSCAPE MFT Server you may already be aware of the power and flexibility that Triggers can offer you as an administrator. If you are new to JSCAPE MFT Server, Triggers allow you to automate processes with the use of Event Type parameters and Trigger Actions. Basically, Event Types are predefined events with configurable parameters that represent a condition, when that condition is met it triggers the associated action to be performed. In this article I will show you how to create a Trigger to automate the deletion of aged files and explain how the Trigger accomplishes this task.

Topics: JSCAPE MFT, Managed File Transfer, Business Process Automation, Tutorials, Triggers