How To Event-File upload

How To Event-File upload


How To: EVENT – File upload


Question

How can I create an event that triggers when a file is uploaded?

Reason

To automate actions such as notifications, file transfers, or processing tasks whenever a user uploads a file.

Answer

You can create a file upload event by configuring an "Upload" event type in Titan MFT Server's Events section, which allows you to trigger actions automatically when files are uploaded.


Steps


  1. Login to Admin Web UI


  2. Navigate to 
  1. Domain
  2. Server    
  3. Event
  4. Click Add Event



  1. Select Event and click Add Event


  2. Select File Event > File upload/write > Upload/Write successfully then click OK



  1. Select Action and Click Add Action



  1. Select File System - Move Files as an action


  2. Set Source and Destination Path
  1. Use %FILEPATH% as Source path and Filename
  2. Add destination path + filename then click OK

Note:     You can use UNC or network share, but you need to set it up first so titan can access it

Follow this link On How To: Add UNC Accounts in Titan SFTP Server

Example: \\networkshare\%FILEPATH.NAME%


  1. Click Next and add Event name and description. Then click Next again.


  2. Click Finish


    • Related Articles

    • How To: Move Files with an event

      Question How do move a file with an event? Reasoning When files are uploaded, there may be a requirement to copy or move those files to another internal location for other internal automations to process that file, or you may want to just archive the ...
    • How To: Create a File Uploaded Event

      Question Can I create an automation that triggers once a file is uploaded into Titan SFTP Server? Reasoning As an admin, I would like to be able to create automations that perhaps can send email notifications or process the incoming files once ...
    • How To: Push/Upload a file with an event

      Question How can I push/upload a file with an event? Reasoning We could have a business process that requires files to be pushed to a remote server. This would consume time from the admin to manually push files and also be vulnerable to user error. ...
    • HowTo MoveFilesWithAnEventInTitanNexGen

      How To: Move Files with an Event in Titan NexGen Question How to move files using an event in Titan NexGen? Answer Please follow the step-by-step instructions below. Steps to Move Files using Event Upload Successful: In your Admin Console, go to ...
    • How To: Create an Event that Sends an Email when the User Successfully Uploads a File

      How To: Create an Event that Sends an Email when the User Successfully Uploads a File Question Can you give me a quick guide on creating an event that sends an email to a specific address whenever a user uploads a file that contains information of ...