An FTP site is a server that enables you to upload and download files through the File Transfer Protocol (FTP). Many people use FTP sites to move large files or numerous files from one computer system to another across a network.
Read MoreBlog
What is an FTP site?
Updated by John Carl Villanueva on
Topics: FTP, file transfer, file transfer protocol
AS2 vs SFTP—What’s the difference?
Updated by John Carl Villanueva on
What is AS2 protocol?
AS2 or Applicability Statement 2 is a file transfer protocol that’s commonly used in business-to-business (B2B) data transfers. It’s based on the S/MIME and HTTP/S protocols. While you can theoretically use AS2 to transfer almost any type of file, it’s normally associated with electronic data interchange (EDI).
Read MoreTopics: SFTP, AS2, FTP, file transfer protocol
SFTP vs MFT: Why Managed File Transfer Is Better
Updated by John Carl Villanueva on
When you first start scouting for the right file transfer protocol for your organization, you’re bound to encounter these two acronyms: SFTP and MFT. SFTP stands for SSH File Transfer Protocol, whereas MFT stands for Managed File Transfer. While SFTP is indeed a protocol, MFT isn’t. Nevertheless, these two acronyms become increasingly intertwined once you explore advanced, secure, automated file transfer solutions.
Read MoreTopics: JSCAPE MFT, Managed File Transfer, SFTP, FTP
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
Active vs. passive FTP Simplified
Updated by John Carl Villanueva on
Data connection mode
When your File Transfer Protocol (FTP) server runs behind a firewall or Network Address Translation (NAT) router, your users may sometimes encounter connectivity issues. One of the most common causes of FTP connection issues is the data connection mode being used. This mode can be either active or passive. Certain firewall configurations will only allow FTP connections if the data connection is set to a mode that works with a given configuration.
This blog will explain the differences between active and passive FTP data connection modes, how they impact firewall configurations and what mode we recommend you use going forward. Although active and passive modes are mentioned in RFC 959, the explanations can be too technical. Before we tackle the main discussion, let’s first review how FTP connections are designed.
Read MoreTopics: SFTP, FTP, ftp active mode, ftp active vs passive, ftp passive mode, sftp port, passive ftp
Protecting Your File Transfer Service from Internal Threats
Updated by John Carl Villanueva on
Overview
[Last updated: December 2020] Malicious insiders and careless insiders are increasingly posing serious risks to file transfer systems. If nothing is done to mitigate them, these internal threats can cause data loss or, worse, massive penalty-inducing data breaches. In this post, we take a closer look at internal threats, how they put file transfer systems at risk, and what you can do to mitigate them.
Read MoreTopics: JSCAPE MFT, Business Process Automation, Secure File Transfer, FTP
FTP binary and ASCII transfer types and the case of corrupt files
Updated by John Carl Villanueva on
When transferring files through the File Transfer Protocol (FTP), you sometimes need to pay attention to the type of file you transfer and the transfer mode used. When these two don’t match, you could end up with a corrupted file that doesn’t function or appear as expected.
Read MoreTopics: FTP, ASCII, Transfer mode, file transfer, binary mode, binary transfer
Understanding Key Differences Between FTP, FTPS And SFTP
Updated by Van Glass on
Three common protocols still used in file transfer today are FTP, FTPS, and SFTP. While the acronyms for these protocols are similar, there are some key differences among them, in particular, how data is exchanged, the level of security provided, and firewall considerations. Learning these key differences can help you choose a secure file transfer protocol or troubleshoot common connection issues.
Read MoreTopics: Managed File Transfer, Secure File Transfer, SFTP, FTPS, FTP
Excluding Passive IP for Internal FTP/S Connections To Your Reverse Proxy
Updated by John Carl Villanueva on
Overview
Last time, we tackled the problem system administrators encounter when their passive FTP or FTPS connections have to pass through a NAT firewall or router. A similar problem can happen when you're dealing with the same type of connections and a reverse proxy. It gets even more complicated when you have to deal with both external and internal users. Let me show you how to deal with that.
Read MoreTopics: JSCAPE MFT, Tutorials, FTPS, FTP, Reverse Proxy
Setting Up An FTPS Server Behind A Firewall or NAT For PASV Mode Data Transfers
Updated by John Carl Villanueva on
It’s never easy to set up an FTP server the moment firewalls get involved. But it gets even more complicated once you start using the secure version of FTP, known as FTPS. In this post, we’ll talk about the problem you’ll usually encounter when your FTPS server is behind a firewall and your client attempts to perform a file transfer using passive mode or PASV.
Read MoreTopics: JSCAPE MFT, Secure File Transfer, FTPS, FTP