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

iTunes Gift Card Offer

For a limited time get a $50.00 iTunes gift card free with qualifying purchase.

Click for details.


News

JSCAPE Secure FTP Server 7.0 Released
08/20/2010 03:31 AM

JSCAPE launches Employee Giving Program
07/03/2010 08:26 AM

SSH Factory 3.6 Released
07/03/2010 06:22 AM

Secure iNet Factory 8.5 Released
07/03/2010 06:07 AM

Secure FTP Factory 8.5 Released
07/03/2010 06:03 AM

Secure FTP Applet 6.2 Released
06/10/2010 02:23 PM

more...


Tutorials

Enabling Phone Authentication
04/08/2009 11:24 AM

Detecting and Handling Brute Force Password Attacks
01/29/2009 09:44 AM

Creating a Domain
12/15/2008 11:33 AM

Public key authentication with SFTP
10/02/2008 07:59 AM

Formatting MimeMessages using .NET
09/14/2008 04:31 PM

Communicating with an IMAP4 server in .NET
09/14/2008 03:54 PM

more...


Articles

Open up corporate data to your partners
08/03/2010 10:01 PM

Access vital corporate documents on the go
07/01/2010 02:15 PM

SFTP and Encryption
05/17/2010 09:52 PM

Streamlining web uploads with ZIP archives
12/14/2009 10:11 AM

Using regular expressions in complex trigger conditions
09/08/2009 07:42 AM

Using custom forms to automate business processes
07/03/2009 08:51 AM

more...


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.