Blog

How to connect & upload files to azure storage

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

How to leverage cloud storage services when dealing with high volume file transfers

Companies who deal with high volume file transfers on a regular basis quickly run out of storage space. So, with all the the talk about the scalability of the cloud, you might be wondering — wouldn't it be wise to start moving the files you accumulate to a cloud storage service? Of course it is. But there's a proper way to do it.

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

What is FIPS compliance & should i enable it for file transfers?

JSCAPE MFT Server encrypted file transfer protocols like SFTP and those secured through TLS (e.g. HTTPS, FTPS, AS2, OFTP, and WebDAVS) can be configured for FIPS compliance. Since this is a function that isn't switched on by default, you might wonder if it's necessary to enable it at all.

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

Alert via email on disk usage percentile threshold

This custom function is used to get the disk usage in percentile value. This function named GetDiskUsageInPercentile will be indeed helpful before the disk runs out of space.

Topics: JSCAPE MFT, Functions

Generate OFTP messages report using OFTPMessagesReport action

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

Generate AS2 messages report using AS2MessagesReport action

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

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 will help to validate specific constraint up to the maximum lines limit against the file before uploading/downloading.

Topics: JSCAPE MFT, Functions

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 constraint against the file before uploading/downloading.

Topics: JSCAPE MFT, Functions

Advantages of using SSL/TLS HTTPS on AS2

On its own, AS2 already comes with a nice set of features that enable it to secure EDI transactions. It's got encryption. It's got non-repudiation. It even has data integrity checks as well as a form of server and client authentication. So, even if you run AS2 over HTTP, your data can already get a good amount of protection. Still, it wouldn't hurt to add more layers of protection. And you can do that if you run your AS2 transactions over HTTPS.

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

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 need to use the custom function GetFreeHeapInPercentile. Refer the downloads section to use this function. Downloads Source code and build instructions See How to Create Custom Trigger Functions for details on installation.

Topics: JSCAPE MFT, Functions, Heap Analysis