ISM Manual
  • Overview
  • Features
  • Components
  • Directory Structure
  • Startup/Shutdown
  • ISM Admin UI
    • Dashboard
    • Flow
    • Job
      • Schedule
    • Channel
      • AMQP
      • Mqtt
      • sFTP
    • Interface
      • System
      • Data Structure
      • Field Group
      • Field
    • Web Service
    • Utility
    • Admin
    • Result
  • Tasks
    • Control Task
      • Route
      • Split/Join
      • Mapping
    • FTP
      • FTP Input
      • FTP Output
      • FTP Transfer
    • DB
      • SQL Executor
      • SQL Batch Executor
    • File
      • File Input
      • File Output
      • File Validator
      • Record Extractor
    • Excel
      • Excel Reader
      • Excel Writer
    • Flow
      • Flow Execution
      • Wait Sub
    • Web Service
      • REST Client
      • Web service Client
    • PGP
      • Encrypt
      • Decrypt
    • Cloud
      • SharePoint
      • Amazon S3
      • Google Cloud Storage
    • Others
      • Email Sender
      • LDAP Client
      • Function
      • Script
      • Java Class
  • REST Service
  • Trouble Shooting
  • Logging Configuration
  • Implementing a Task
  • Custom Class
  • Frequently Asked Questions (FAQ)
    • What is XNARUM Integration Service Mastery (ISM)?
    • What is the purpose of XNARUM?
    • Can XNARUM be customized to specific integration requirements?
    • Is XNARUM scalable?
    • Does XNARUM provide support and maintenance?
Powered by GitBook
On this page
  • Input
  • Output
  • Example
  • GET
  • PUT
  1. Tasks
  2. FTP

FTP Output

PreviousFTP InputNextFTP Transfer

Last updated 1 year ago

This component sends file(s) to the remote (s)FTP server.

Input

Attribute
Description

System ID

Remote (s)FTP system id

Input Path

Local source file with path.

The file name can have wildcard (*).

Output Path

Remote directory

Output File

Remote file name

File Not Found?

Action indicator when input file does not exist.

· Ignore

· Throw error

Mode

Action when the target file already exists.

· Skip & Error

· Overwrite

· Append

Check Size

Compare the original size and the transferred size of the file?

Transfer Mode

File transfer mode. The default option is ascii.

  • Ascii

  • Binary

After Put

Action on the input file after transfer.

  • Do nothing

  • Backup

  • Delete

Backup Path

Back up path of the source file, if the action after put is backup.

Local path

Output

Attribute
Description

ResultPath

Remote path where the transferred files are stored.

FileTransferred

Boolean value whether file(s) are transferred or not.

ResultFileList

Result file information. This is a list of the transferred files.

ResultFileCount

The number of the transferred files.

· inputFileSize - file size in bytes

· inputFileName - remote file name

· isDirectory - Boolean value

Example

This example simply collects a file from the source sFTP server and transfer that file to the target sFTP server.

GET

Input
Output

PUT

Input
Output

System id comes from .

System list
Graphical user interface, text, application, email

Description automatically generated
Icon

Description automatically generated with medium confidence