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

JSCAPE Secure FTP Server 5.2 Released
06/03/2009 12:04 PM

JSCAPE Web Document Viewer Released
06/03/2009 12:02 PM

JSCAPE Secure FTP Server Plugin for Outlook Released
06/03/2009 10:03 AM

Secure iNet Factory 8.1.0 Released
04/22/2009 09:53 AM

Secure FTP Factory 8.1.0 Released
04/22/2009 08:40 AM

Secure FTP Applet 5.5 Released
04/07/2009 03:00 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

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

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

Best Practices for Configuring Your FTP Server
06/03/2008 04:47 PM

What is the difference between passive and active FTP?
05/20/2008 09:27 AM

What is the difference between FTP, FTPS and SFTP?
05/19/2008 04:29 PM

DMZ File Transfer Streaming
03/28/2008 11:57 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.