Azure Data Lake is an excellent option for storing massive amounts of unstructured, semi-structured, and structured data in the cloud. One of the queries we often get pertaining to it is how to push files from a local storage to Azure Data Lake based on an event. Let me show you how it's done using JSCAPE MFT Server.
Read MoreBlog
How To Push Files From Local To Azure Data Lake Based On An Event
Updated by John Carl Villanueva on
Topics: JSCAPE MFT, Managed File Transfer, Tutorials, Triggers
How To Automatically Transfer Files From SFTP To Azure Blob Storage Via Trading Partner
Updated by John Carl Villanueva on
In a previous post, we taught you how to automatically transfer files from SFTP to Azure Blob Storage using a JSCAPE MFT Server network storage object. This time, we'll show you how to do it using a trading partner object.
Read MoreTopics: JSCAPE MFT, Managed File Transfer, Business Process Automation, Tutorials
How To Automatically Transfer Files From SFTP To Azure Blob Storage Via Network Storage
Updated by John Carl Villanueva on
Let's say you have trading partners who can only transfer files to you via SFTP. Incidentally, you also happen to have an account on Azure Blob Storage and you prefer to store those files there. You're probably thinking: How can I automatically copy files from my SFTP server to Azure Blob Storage? That's easy if you're using JSCAPE MFT Server.
Read MoreTopics: JSCAPE MFT, Managed File Transfer, Business Process Automation, Tutorials, Secure File Transfer, SFTP
Three Ways To Generate OpenPGP Keys
Updated by John Carl Villanueva on
JSCAPE MFT Server makes it easy to strengthen secure file transfers with OpenPGP encryption and decryption. But before you can protect your files with this cryptography method, you need to create the necessary public/private key pairs. In this post, we'll introduce you to three ways of doing that.
Read MoreTopics: JSCAPE MFT, Managed File Transfer, Secure File Transfer, OpenPGP keys
How To Set Up a Server To Server File Transfer
Updated by John Carl Villanueva on
Overview
In a previous post, we talked about typical situations that call for server to server file transfers. We’re pretty sure some of you want to know how they’re actually set up, so we came up with this blog post. In this article, we’ve outlined all the necessary steps you need to take to set up a server to server file transfer.
Read MoreHow To Set Up A HTTPS File Transfer: HTTPS File Sharing
Updated by John Carl Villanueva on
Overview
In this post, you'll learn how to set up a HTTPS file transfer. We'll begin with a Quick Start, where you'll use the default settings in order to get a HTTPS file transfer service up and running with just a few clicks. After that, we'll tackle some of the more advanced settings so you can choose your desired set of SSL/TLS cipher suites and server key. Your choice of cipher suites and keys will have an effect on the security of your HTTPS file sharing and its compatibility with your users' web browsers.
Read MoreTopics: JSCAPE MFT, Managed File Transfer, Tutorials, Secure File Transfer
How To Use Amazon S3 As Storage For Your MFT Server
Updated by John Carl Villanueva on
Overview
A couple of weeks ago, we compared the advantages and disadvantages of using Amazon S3 and local storage as file storage system for JSCAPE MFT Server. For those who want to try storing their file transfer server end user files on Amazon S3, this post is for you.
Read MoreTopics: JSCAPE MFT, Managed File Transfer, Tutorials, Reverse Proxy
Customising The Web User Interface Of Your HTTP/S File Transfer Service
Updated by John Carl Villanueva on
When you first launch your web file transfer service on JSCAPE MFT Server, you'll notice that the web user interface has the JSCAPE branding starting from the login screen and continuing inside. You can actually customize that and make it your own.
Read MoreTopics: JSCAPE MFT, Managed File Transfer, Tutorials
What Is HMAC (Hash-based message authentication code), And How Does It Secure File Transfers?
Updated by John Carl Villanueva on
An Overview of HMAC
Data integrity checks are vital to secure communications. They enable communicating parties to verify the integrity and authenticity of the messages they receive. In secure file transfer protocols like FTPS, SFTP, and HTTPS, data integrity/message authentication is usually achieved through a mechanism known as HMAC (Hash-based message authentication code). In this post, we explain what HMAC is, its basic inner workings, and how it secures data transfers.
Read MoreTopics: Secure File Transfer, SFTP, FTPS, HMAC
What Is HTTP Strict Transport Security (HSTS)?
Updated by John Carl Villanueva on
When I first read about HSTS, my first reaction was, "What's this? A replacement for HTTPS? Considering the ubiquity of HTTPS, shouldn't we be working to improve it first instead of replacing it?" Turned out, my initial understanding of HTTP Strict Transport Security was off the mark.
Read MoreTopics: JSCAPE MFT, Secure File Transfer