Automated SFTP file transfers are traditionally done through scripts, but there's a much easier way. In this tutorial, we'll show you how to automate SFTP file transfers without scripting a single line of code.
Read MoreBlog
How To Automate An SFTP File Transfer
Updated by John Carl Villanueva on
Topics: JSCAPE MFT, Managed File Transfer, Business Process Automation, Tutorials, Secure File Transfer, SFTP, Triggers
How To Set Up Automated AS2 File Transfers
Updated by John Carl Villanueva on
Overview
In an earlier quickstart guide to setting up an AS2 server, we featured a manual method for sending EDI messages. Because EDI transactions are best carried out automatically, we thought it would be a good idea to show you how to implement real-time transactions on the same solution we used in that post.
AS2 (applicability statement 2) uses public keys and private keys to encrypt files being transferred between IP addresses. With AS2, security, authentication, message integrity and privacy are ensured with encryption, digital certificates and nonrepudiation techniques. AS2 provides greater security for your EDI data than standard FTP, supporting synchronous and asynchronous MDN (message disposition notification) and digital signatures.
Plus, with JSCAPE's AS2 server you can send files regardless of file size and content type.
Read MoreTopics: JSCAPE MFT, Managed File Transfer, Business Process Automation, Tutorials, AS2
Setting Up SFTP Public Key Authentication On The Command Line
Updated by John Carl Villanueva on
Overview
SFTP provides an alternative method for ssh client authentication. It's called SFTP public key authentication. This method allows users to login to your SFTP service without using password authentication and is often employed for file transfer automation. In this post, we'll walk you through the process of setting up this kind of authentication on the command line. It's easier to do this on a GUI-based interface but if you prefer to do things on the terminal, this post is for you.
Read MoreTopics: JSCAPE MFT, Tutorials, Secure File Transfer, SFTP, authentication
Tutorial For Working With The FTP Command Line
Updated by John Carl Villanueva on
This tutorial is for those who 1) understand the vulnerabilities of FTP but still want to learn how it's used AND 2) prefer doing things on the FTP command line.
Read MoreTopics: Tutorials, FTP, FTP command line, ftp put command
How To Auto Upload Files To A Server From A Local Directory
Updated by John Carl Villanueva on
In this tutorial, we're going to show you how to automatically upload files to a remote server as soon as the files are added into one of your MFT Server's local directories.
Read MoreTopics: Business Process Automation, Tutorials, Triggers
Monitoring A Remote SFTP Server for Newly Added Files
Updated by John Carl Villanueva on
Most users of JSCAPE MFT Server are already familiar with directory monitors. You often use it to monitor a directory for newly added files. Although that capability has helped immensely in automating a lot of business processes, it had its limitations. In the past, directory monitors could only be used to monitor local directories and UNC paths but not directories on remote servers. In the upcoming MFT Server 11, that's going to be possible.
Read MoreTopics: JSCAPE MFT, Managed File Transfer, Business Process Automation, Tutorials, SFTP, Triggers
How To Push Files From Local To Azure Data Lake Based On An Event
Updated by John Carl Villanueva on
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 MoreTopics: 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
How 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