FTP Output
Last updated
Last updated
This component sends file(s) to the remote (s)FTP server.
Attribute | Description |
---|---|
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.
|
After Put | Action on the input file after transfer.
|
Backup Path | Back up path of the source file, if the action after put is backup. Local path |
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 |
This example simply collects a file from the source sFTP server and transfer that file to the target sFTP server.
Input | Output |
---|---|
Input | Output |
---|---|