FTP Output
Last updated
Last updated
This component sends file(s) to the remote (s)FTP server.
System ID
Remote (s)FTP system id
System id comes from System list.
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
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
This example simply collects a file from the source sFTP server and transfer that file to the target sFTP server.