Category: Functions
-
Alert via email on disk usage percentile threshold
This custom function is used to get the disk usage in percentile value. This function namedGetDiskUsageInPercentile willbe indeed helpful before the disk runs out of space.
-
Move files using regex expression by maximum number of lines in a file
This custom trigger function contains regular expression, file and maximum number of lines as parameters where the regular expression will be tested up to the specified number of lines in the file. This function…
-

Move files on specific word during file upload using regular expression
This custom trigger function contains regular expression and file as parameters where the regular expression will be tested against the file. This function will help to identify validate specific constraintagainst the file before uploading/downloading.
-

Alert via email on free heap percentile threshold
This custom function obtains free heap memory statistics, particularly useful if you wish to be notified when the server may be experiencing performance issues. In order to get the free heap percentage you will…
-

Alert via email on used heap percentile threshold
This custom function obtains the used heap statistics, particularly useful in cases where you wish to log or be notified of potential performance issues. In order to get the used heap statisticspercentage you will…
-

Alert via email on used heap threshold
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 server responds slow. In order to…
-

Get AvailableHeap of jscape MFT server using custom function
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 max heap of jscape MFT server using GetMaximumHeapInMb function
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…
-

Get UsedHeap of jscape MFT server using GetUsedHeapInMb function
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…
-

Compare file date and time using IsFileNewerByTimeStamp
This custom trigger function is used to get the status of the file on whether the file is really new against another or similar file by comparing against a custom date along with timestamp.…
-

Compare file date using IsFileNewerByDate
This custom trigger function is used to get the status of the file on whether the file is really new against another or similar file by comparing against a custom date. SeeHow to Create…
-

Compare file modification time using IsFileNewer
This custom trigger function is used to get the status of the file on whether the file is really new against another or similar file using its modification time. SeeHow to Create Custom Trigger…
-

How to create GetDirectorySize trigger function
This custom trigger function is used to get the directory size including its file contents. SeeHow to Create Custom Trigger Functionsfor details on installation. Downloads Source code and build instructions
-

Compare files by content using FileContentCompare
This custom trigger function is used to compare the files on content SeeHow to Create Custom Trigger Functionsfor details on installation. Downloads Source code and build instructions
-
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”…
-

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”…
-
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. SeeHow to Create Custom Trigger Functionsfor details on installation.…
-
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. SeeHow to Create Custom Trigger Functionsfor details on installation. Downloads Source code and…
-
Check whether specified date is a holiday
This custom trigger function checks to see if the supplied date matches against a list of holidays in defined input file. Two method signatures are provided, one for using the current system date, and…
