Overview
An SFTP reverse proxy adds another layer of security to SFTP services. In addition to SFTP's ability to encrypt data in transit and provide 2-factor authentication, an SFTP reverse proxy brings in several other security-related benefits such as hiding user credentials and the identities of your internal servers. An SFTP reverse proxy can be easy to set up and this post will show you how.
Read More
Topics:
JSCAPE MFT,
Tutorials,
Secure File Transfer,
SFTP,
Reverse Proxy
In this post, you'll learn how to configure JSCAPE MFT Server to send messages to Amazon SQS queues. Amazon SQS queues are more suitable for MFT Server messages that you want retrieved by receiving applications using a polling (or pulling) method and not pushed out to recipients as soon as the message(s) get published.
Read More
Topics:
JSCAPE MFT,
Managed File Transfer,
Business Process Automation,
Videos,
Tutorials
In a previous post, we outlined the steps of setting up JSCAPE MFT Server to publish messages to Amazon SNS. This setting us useful in cases when you want server admins to receive notifications regarding certain events on your managed file transfer server. Now, in that tutorial, the notifications were sent via email. But what if you want to send them through an SMS text message instead? You'll learn how to do that here.
Read More
Topics:
JSCAPE MFT,
Managed File Transfer,
Business Process Automation,
Videos,
Tutorials,
Triggers
In this post, you'll learn how to publish messages to an Amazon SNS (Simple Notification Service) topic using JSCAPE MFT Server. There could be a couple of reasons why you would want this capability, but one big reason is so that you can get notifications when certain events occur on your server. This will keep you on top of things and enable you to act on them before they turn into issues.
Read More
Topics:
JSCAPE MFT,
Managed File Transfer,
Videos,
Tutorials
In this tutorial, you’ll learn how to configure JSCAPE MFT Server so that files uploaded to it are streamed directly to Google Cloud Storage. This streaming process is completely transparent to end users, who'll interact with the Google Storage folder as if it were a local folder on the server.
Read More
Topics:
JSCAPE MFT,
Managed File Transfer,
Tutorials
Overview
In order to keep transactions secure, you and your trading partners likely use SFTP and other encrypted protocols for your automated data exchanges. In this post, I'd like to share a method that can reduce the steps you typically take in applying SFTP automation to certain business processes. Here, you'll learn how to gather remote host credentials into a single entity, which you can later on reuse every time you need to construct another automated process.
Read More
Topics:
JSCAPE MFT,
Managed File Transfer,
Business Process Automation,
Tutorials,
Secure File Transfer,
SFTP,
Triggers
In today’s security tip, we talk about including uppercase and lowercase characters in passwords. This is related to our previous video about using long passwords. Aside from using long passwords, you can further increase the number of possible password combinations by requiring your users to include uppercase AND lowercase characters.
Play this if you want to watch the video version
Read More
Topics:
JSCAPE MFT,
Managed File Transfer,
Videos,
Tutorials,
Secure File Transfer
By default, JSCAPE MFT Server records domain logs in log files. While in most cases, this will do, some organizations prefer to record their logs in a database. In this article, we talk about the pros and cons of file-based and database-based logging and how to record files in a database in JSCAPE MFT Server.
Read More
Topics:
JSCAPE MFT,
Managed File Transfer,
Tutorials
It’s time for another MFT Security tip. Today, let’s talk about long passwords and why you would want to require your users to use them. To begin, let’s have a thought experiment. Let’s say, the alphabet only consists of two letters - A and B. Of course, we know there are 26 letters all in all, but for the purpose of this discussion, let’s just say there are only two.
Read More
Topics:
JSCAPE MFT,
Managed File Transfer,
Videos,
Tutorials,
Secure File Transfer
Overview
In this post, we'll discuss the algorithms in a typical SFTP server and explain their basic functions. We'll cover algorithms for key exchanges, ciphers, MACs, and compressions. After that, we'll dive into the JSCAPE MFT Server Manager Web GUI and show you where you can configure those SFTP algorithms.
Having a basic understanding of these algorithms and knowing where to configure them will enable you to strengthen your SFTP server's security or troubleshoot certain client connection issues.
Note: SFTP runs on SSH, and the algorithms you'll be setting are actually SSH algorithms.
Read More
Topics:
JSCAPE MFT,
Managed File Transfer,
Tutorials,
Secure File Transfer,
SFTP