Blog

Java email validation technique guide

Getting validation for an email address using JSCAPE's Secure iNet Factory library is a lot easier than getting personal validation (although let me say right now, dear Reader, that I think you're smart to learn more about the EmailInspector class, and you're all right with me!). The EmailInspector class has four levels of validation and you can give a submitted email address only as much scrutiny as it needs. In each case, the EmailInspector returns true if the address passes validation, and throws an exception if it does not.

Topics: Secure File Transfer

Retrieving email using java POP library

Email messages are made of required parts, such as the bunch-of-exclamation-marks part ["HOO!!!!!!!"], the emoticon part [;-)], and the abbreviations part [ROTFL]. All emails are required to contain these parts (at least, all the emails I get have them), as well as other parts such as the Subject, the From, the To and the Body. The JSCAPE Secure iNet Factory library lets you use Post Office Protocol 3 (POP3) to write a client program that will retrieve your email and look at the parts. (That is, the parts in the second list!!!!!!! LMAO :-)).

Topics: Secure File Transfer

Secure FTP factory for .NET 2.4.5 released.

JSCAPE is pleased to announce the release of Secure FTP Factory for .NET 2.4.5

Topics: News

Securely retrieving email from GMail using java POP library

Using JSCAPE's Secure iNet Factory library, it's not hard to retrieve your email easily and with complete security from GMail, Hotmail or other servers that require APOP authentication, and we'll show you how in this article. On the other hand, how does your hand-addressed Christmas card get all the way across America to your Aunt Petunia's house, traveling over purple mountain majesties and across fruited plains, carried by trains and airplanes and, for Pete's sake, by a friendly mail person who walks it down the street? This process is a complete mystery and some scientist should investigate it!

Topics: Secure File Transfer

Sending email with java SMTP library

So let's say you have developed a marvelous herbal supplement that will help men grow larger ears, and you need to share this discovery with the world (or at least, that part of the world that is willing to send you $12.95 for your special mix of grass clippings from your backyard). You can use SMTP (Simple Mail Transfer Protocol) to route your message through the Internet, and the Secure iNet Factory library to help you write a Java program to do this.

Topics: Secure File Transfer

Java SCP file transfer guide & example

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

Leaked draft of EU data protection regulations - the need for managed file transfer and DLP solutions

Haven't yet found any compelling reason to deploy data security solutions like managed file transfer (MFT) and data loss prevention (DLP)? Looks like the European Union is about to give you one. If provisions in the leaked draft of the regulation for the new European Data Protection Directive get carried over into the final form of the law, EU companies as well as global companies who operate in EU-member states will have to improve IT security in order to comply with the regulation or risk incurring heavy penalties.

Topics: JSCAPE MFT, Managed File Transfer, Secure File Transfer

Secure file transfer with java SFTP library

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

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

Automating FTP virus scans with avast antivirus - part 2

In part 1 of this article, you learned how to setup JSCAPE MFT Server so that it could run an Avast Antivirus auto-scan on each newly uploaded file. Just like all antivirus programs, Avast! for Linux/Unix Servers can only be truly effective if its virus database is up-to-date

Topics: JSCAPE MFT, Managed File Transfer, Business Process Automation, Secure File Transfer