Blog

10 Essential Attributes of Secure File Transfer Systems

Overview: Secure File Transfer Systems

Normally, when people send files over the Internet, they do it through email, FTP, or cloud-based file sharing services. That's perfectly fine if the files you send don't contain sensitive information. But if they do, you would have to employ a secure file transfer solution in order to prevent possible attackers from intercepting, viewing, stealing, or altering the information you transmit.

Topics: Secure File Transfer, SFTP, FTPS

Updated Versions of Java SFTP and SSH Components Released

JSCAPE is pleased to announce the release new versions of it's Secure FTP Factory (9.0), Secure iNet Factory (9.0) and SSH Factory (4.0) Java networking components suites.

The changes made as part of these releases are centered around the SSH and SFTP protocols and include the following:

  • Enhancement - Ability to set the maximum incoming window size on the Ssh class.
  • Enhancement - Ability to respond to OpenSSH keep alive request.
  • Enhancement - Ability to set the file modification time using Sftp class.
  • Bug Fix - Fix issue with Ssh and Sftp class automatically closing channels upon a server disconnect.

Topics: News, Secure File Transfer, SFTP

Java SCP File Transfer Guide & Example | JSCAPE

In addition to the information below, we're offering a free trial when you contact your account manager.

SCP is another old SSH (Secure Shell) file-transfer protocol — it can be traced back to the rcp command that was added to BSD Unix in 1982, which makes it the same age as ET The Extraterrestrial. It may have been the protocol ET used to communicate with his mothership. If he had had JSCAPE's Secure FTP Factory library, things might have gone more easily.

Topics: Secure File Transfer, SFTP

Secure File Transfer with Java SFTP Library | JSCAPE

If you're a programmer, you've already learned dozens of TLA's (Three Letter Acronyms). If a phrase has four words, of course, we don't call the acronym an "FLA" because any civilian could understand that. We call it an ETLA (Extended Three Letter Acronym)! In the previous article, you saw how to use JSCAPE's Secure FTP Factory to safely transmit files using the fine ETLA FTPS. This time, we'll show you an even better way to transfer files securely using the even cooler ETLA SFTP. Being able to remember things like this is the mark of a professional programmer.

Topics: SFTP

Secure File Transfer with Java FTP Library | JSCAPE

When two little kids want to exchange a secret, a lot of negotiation is necessary: "Promise you won't tell? Cross your heart and hope to die?". When a client and server computer want to exchange secrets, they need to negotiate too: public keys, encryption methods, ports and more. Fortunately, JSCAPE's Secure FTP Factory and server software (such as JSCAPE MFT Server) handle most of the details for you.

Topics: SFTP, FTP

How to Transfer Files with the Java FTP Library | JSCAPE

Here's some philosophy to go with the Secure FTP Factory library. There are some things in life that you should never do unless you feel completely secure. One of them is withdrawing money from an ATM. You should do this only in a safe, well lit and preferably high traffic environment where you are unlikely to be robbed. Another is uploading or downloading files using plain FTP (File Transfer Protocol).

Topics: SFTP, FTP

Secure FTP Factory 8.8.0 Released

JSCAPE is pleased to announce the release of Secure FTP Factory for Java 8.8.0

Topics: News, SFTP