Blog

Hari Prasad

Recent Posts

Generate key report using ExportKeys action

This custom trigger action is used to generate keys report in excel format installed in the server. Downloads Source code and build instructions

Topics: JSCAPE MFT, Triggers, Actions

Generate user report using ExportUsers action

This custom trigger action is used to generate user report in excel format for respective domain(s). Downloads Source code and build instructions

Topics: JSCAPE MFT, Triggers, Actions

Validate host certificates using IsCertificateValid function and send email

This custom trigger function is used to find the validity of host certificate(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 certificate 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

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

Rename a file using AppendDateOrTimeToFileName function

This custom trigger function is used to rename a file by adding system date or system time or combination of both. See How to Create Custom Trigger Functions for details on installation. Downloads Source code and build instructions

Topics: JSCAPE MFT, Functions