Java and .NET components, FTP, TELNET, SMTP, POP3, IMAP, HTTP, SSH
Home Search Knowledge Base Support

Support

Click here for access to live sales support.

For technical support please submit a ticket to the Help Desk.

 

Java and .NET Help

iPod shuffle offer

For a limited time get the newly re-designed iPod shuffle free with qualifying purchase.

Click for details.


News

Secure iNet Factory 8.0 Released
04/04/2008 02:24 PM

Updates to Email Factory for .NET and Secure iNet Factory
03/29/2008 04:06 PM

JSCAPE Secure FTP Server 3.9 Preview
03/14/2008 12:19 PM

AnyClient Service and Application Launched
03/12/2008 03:41 PM

JSCAPE Secure FTP Server 3.8 Released
02/12/2008 10:50 AM


Tutorials

Email Validation with Java
04/15/2008 02:04 PM

Sending HTML Based Email Using Java
03/11/2008 02:47 PM

Secure FTP Using Java and FTPS (FTP over SSL)
03/10/2008 04:08 PM

FTP Directory Listing Using Java
03/10/2008 03:57 PM

Sending Email Using Java
03/09/2008 03:43 PM

SSH Using Java
03/09/2008 02:53 PM


Articles

DMZ File Transfer Streaming
03/28/2008 11:57 AM

Phishing looks to FTP to distribute malware
03/13/2008 05:14 PM

Ad Hoc File Transfer Explained
03/13/2008 09:16 AM

Password Policies Made Easy
03/12/2008 03:03 PM


Feedback

Request a feature or component

Request a Java or .NET component


 

Managed File Transfer - Business Example

Overview

A large part of managed file transfer is the ability to automate the business processes that occur after receiving a file. For this tutorial we will be looking at how to automate the post file transfer processes for a fictitious company named Philadelphia Press using JSCAPE Secure FTP Server.

Prerequisites

Download JSCAPE Secure FTP Server

Business Case

Philadelphia Press is a printing company specializing in printing business cards. On a daily basis they receive pre-press artwork for several thousand print jobs. In order to streamline their business Philadelphia Press wishes to automate the following processes when a file is received.

1. Compress uploaded file.

2. Move compressed file to another directory for further processing.

3. Send an email notification to a special Philadelphia Press email account indicating that a new job is ready for processing and it's location.

Defining the Trigger

From JSCAPE Secure FTP Server Manager select the Triggers node for the desired domain. Click on the "Add" button to add a new trigger. Give your trigger a unique name and select the "File Upload" event type. Click "Next" to continue.

 

Trigger Conditions

Our conditions for this trigger are very basic. If the file is uploaded successfully then the trigger conditions are met and we can execute the Trigger Actions for this trigger.

 

 

Trigger Actions

This is where the real work begins. In this step we need to define two actions. The first action will compress the uploaded file and move it to a specified directory. The second action will send an email notification to let us know that the file is ready for further processing.

Zip File

For this action we will use a value of %LocalPath% for the File field, the Destination field will contain the path that we want to store the file to, and the Delete Source field will be set to true indicating we should delete the source file.

Send Email

Lastly, this action will send an email to the specified email address indicating that the file has been received and is ready for further processing.

Save and Apply Trigger

To save the trigger click on the OK button for the Trigger Action dialog. You will be taken back to the Triggers node displaying your newly added Trigger. Click on the "Apply" button to apply this trigger to your server.

 

 

 

 

Summary

In this article you learned how to automate file transfer processing using Triggers.

To experience more of what JSCAPE Secure FTP Server can do for managed file transfers Download JSCAPE Secure FTP Server today.