Blog

Password protecting Ad-Hoc file transfers

Note:This post was originally published on Oct. 4, 2011 but was updated last June 6, 2018 to reflect the appearance of the latest GUI. The problem of inadvertently sending an attachment with the wrong email address, or attaching the wrong file, are sources of data leakage. Adding password protection allows you to provide an extra layer of security when making ad-hoc file transfers.

Topics: Ad-Hoc File Transfers, JSCAPE MFT, Managed File Transfer, Tutorials

How to do SSL file transfers on JSCAPE MFT server

Overview In one of my previous posts, I defined what an SSL file transfer is. Today, I'm going to show you how to actually set up an SSL file transfer service on JSCAPE MFT Server. After that, I'll demonstrate how an AnyClient user would connect to your server and perform a secure file transfer using that particular service.

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

Automating backups of JSCAPE MFT server

Overview In most production environment scenarios it is prudent for an administrator to keep backups of JSCAPE MFT Server configurations. This can be especially critical with large and complex configurations in the event that a JSCAPE MFT Server configuration may need to be restored. Such an event may be the failure of a hard disk that JSCAPE MFT Server is installed and running on. In the event that you may need to reinstall JSCAPE MFT Server on a new drive, having a backup of an advanced configuration could save you a substantial amount of time. Maybe you find the need at some point to roll the configuration of your JSCAPE MFT Server back to a configuration you had on a previous date.

Topics: JSCAPE MFT, Business Process Automation, Tutorials

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 a second for using a user supplied date. Dates are formatted in MM/dd/YYYY format with a single date per line in input file. See How to Create Custom Trigger Functions for details on installation. Downloads Source code and build instructions

Topics: JSCAPE MFT, SFTP, Functions

How to create custom trigger functions

Overview In the tutorial How To Create Custom Trigger Actions we demonstrated how to create custom trigger actions in MFT Server. In this tutorial we will discuss Functions, how they are used in Triggers, and how to create your own custom Functions using the extensible API provided in MFT Server.

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

An Introduction To Cipher Suites | SSL/TSL Cipher Suites Explained

The security of any SSL/TLS-protected connection largely depends on the client and server's choice of cipher suites. But what are cipher suites? If you use file transfer protocols like HTTPS, FTPS, and AS2 but don't know what cipher suites are, you will want to read this post and learn how to use a cipher.

Topics: Secure File Transfer, FTPS

Securing data at rest with OpenPGP

Overview As explained in an older post, one popular method of securing data at rest is by using encrypted file systems. Today, we're going to introduce you to another method known as PGP encryption. Although encrypted file systems provide a decent level of protection for your data, they have certain limitations.

Topics: JSCAPE MFT, Managed File Transfer

Installing java on CentOS linux

Practically all JSCAPE managed file transfer solutions like MFT Server, MFT Gateway, MFT Synchronizer and MFT Monitor run on Java. So it's important to know how to install Java on various platforms. In this post, we'll teach you how to install Oracle Java on a Linux distro named CentOS.

Groups and their role in regulatory compliance - part 2

Let's now see those groups we talked about in Part 1 in action. You might want to review the Group memberships found in the later part of Part 1 and see which user(s) belong to which group.

Topics: JSCAPE MFT, File Transfer Clients

Groups and their role in regulatory compliance - part 1

Overview Here's something that's particularly useful if you want to provide access control to JSCAPE MFT Server directories based on need to know and according to job responsibilities. It's called Groups. JSCAPE managed file transfer server Groups are named sets of virtual directories and file system permissions that may be assigned to multiple user accounts. You can use them to comply with certain laws and regulations like PCI-DSS, HIPAA, and SOX.

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