Blog

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 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

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 function is used along with other custom function GetUsedHeapInMb where both can be compared during server slowness.

Topics: JSCAPE MFT, Triggers, Functions, Heap Analysis

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 use of the function comes when the servers responds slow. Downloads Source code and build instructions

Topics: JSCAPE MFT, Triggers, Functions, Heap Analysis

How to pull files automatically from a remote linux host with no file transfer service

Learn how to pull files automatically from a remote host that has no built-in file transfer service whatsoever.

Topics: JSCAPE MFT, Business Process Automation, Videos, Tutorials

How to setup a reverse proxy to FTP in 3 simple steps

Overview Do you have an FTP server behind the firewall that you need to make accessible via the Internet? Here is a short tutorial on how to setup a reverse proxy to your FTP service using JSCAPE MFT Gateway as shown in Figure 1. Note: This tutorial was originally published on July 2014 but was updated and re-published on October 15, 2018

Topics: JSCAPE MFT, Tutorials, Reverse Proxy

How to install MFT synchronizer agent on linux

MFT Synchronizer Agent is the answer if you need to transfer files between two hosts and one host doesn't have any file transfer application whatsoever. In this post, we'll teach you how to install MFT Synchronizer Agent on Linux.

Topics: JSCAPE MFT, Business Process Automation, Videos, Tutorials

Video guide for installing MFT synchronizer on windows

Learn how to install JSCAPE MFT Synchronizer on Windows through this video.

Topics: JSCAPE MFT, Business Process Automation, Videos, Tutorials

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. See How to Create Custom Trigger Functions for details on installation. Downloads Source code and build instructions

Topics: JSCAPE MFT, Functions

How to set up an SFTP active-active high availability cluster

The problem with using a single SFTP server Organizations in different industries like finance, healthcare and retail rely on an SFTP server to transfer files internally and externally. However, using a single SFTP server can result in a failed data transfer workflow, especially if you don’t have a backup plan to correct it. If your organization’s SFTP server experiences hardware issues, glitches, network outages or a security breach, in-progress data transfers may be interrupted, and your data’s integrity could also be compromised. This system issue won’t only lead to communication and security concerns, but it could also cause substantial business disruption because of unexpected and unnecessary downtime. Downtime translates to financial losses, operational delays and reputational damage.

Topics: JSCAPE MFT, SFTP

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. See How to Create Custom Trigger Functions for details on installation. Downloads Source code and build instructions

Topics: JSCAPE MFT, Functions