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 More
Topics:
JSCAPE MFT,
Tutorials,
FTPS,
FTP,
Reverse Proxy
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 More
Topics:
JSCAPE MFT,
Secure File Transfer,
FTPS,
FTP
EPSV is a command issued by an FTP/S client to signal the server that it wishes to enter into what is known as Extended Passive Mode. But what is Extended Passive Mode, and when is it appropriate to use EPSV? Let’s find out.
Read More
Topics:
JSCAPE MFT,
Managed File Transfer,
FTPS,
FTP,
FTP/S
JSCAPE MFT Server's Network Storage module (formerly known as Reverse Proxy) makes it possible to extend the storage of your managed file transfer server to various remote services and storage solutions like SFTP servers, Samba shares, Amazon S3 buckets, Azure Files folders, and many others. This can come in handy when your MFT Server machine has limited storage capacity or if you simply want to store certain user files in another place. One of the supported remote services is FTP/S. If you have an FTP or FTPS server with lots of free storage space and you want to use that as a network storage for your MFT Server, you might want to read this tutorial.
Read More
Topics:
JSCAPE MFT,
Managed File Transfer,
Tutorials,
Secure File Transfer,
FTPS
JSCAPE MFT Server encrypted file transfer protocols like SFTP and those secured through TLS (e.g. HTTPS, FTPS, AS2, OFTP, and WebDAVS) can be configured for FIPS compliance. Since this is a function that isn't switched on by default, you might wonder if it's necessary to enable it at all.
Read More
Topics:
JSCAPE MFT,
Managed File Transfer,
Secure File Transfer,
SFTP,
FTPS
Overview
There will be times when you'll want to transfer files over a secure connection. One option is to use FTPS (FTP over SSL) which provides data-in-motion encryption through SSL (Secure Sockets Layer). When you setup an FTPS service in JSCAPE MFT Server, you'll notice that you actually have 3 modes to choose from explicit SSL, forced explicit SSL and implicit SSL.
This post was originally published on May 6, 2012 but was updated and republished on November 4, 2018.
Read More
Topics:
JSCAPE MFT,
Secure File Transfer,
FTPS,
FTP
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.
Read More
Topics:
Secure File Transfer,
FTPS
Theoretically, RSA keys that are 2048 bits long should be good until 2030. If so, isn't it a bit early to start using the 4096-bit keys that have become increasingly available in encryption-enabled applications? It depends.
Read More
Topics:
JSCAPE MFT,
Secure File Transfer,
SFTP,
FTPS,
RSA 4096
Overview
In our last post, we talked about the importance of applying the CIA Triad to enterprise file transfers. Interestingly, one of the most widely used file transfer protocols, FTP, fails to meet the security goals of that triad. If you're using FTP in your business operations, it's high time to find an alternative. This post introduces you to some FTP alternatives for business.
Read More
Topics:
JSCAPE MFT,
Managed File Transfer,
Secure File Transfer,
SFTP,
FTPS,
FTP