The agent configuration consists of the following tabs:
- Connection
- Source
- Advanced
- Security
Note | ||
---|---|---|
| ||
You can configure part of the parameters in the Filename Sequence or Sort Order service tabs. For further information, see Workflow Template (3.0). |
Connection Tab
The Connection tab contains configuration settings related to the remote host and authentication.
...
Setting | Description | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Move to Temporary Directory | If you select this option, the source files are moved to the automatically created subdirectory | |||||||||||||||
Append Suffix to Filename | Enter the suffix that you want added to the file name prior to collecting it.
| |||||||||||||||
Inactive Source Warning (h) | IIf the value that you enter is greater than zero, and if no file has been collected during the specified number of hours, the following message is logged: The source has been idle for more than <n> hours, the last inserted file is <file>. | |||||||||||||||
Move to | If you select this option, the source files are moved from the source directory (or from the directory If Prefix or Suffix are set, the file will be renamed as well. Enter the absolute pathname of the directory on the remote host into which the
| Destination |
| |||||||||||||
Destination | Enter the absolute pathname of the directory on the remote host into which the source files will be moved after the collection. This field is only available if Move to is enabled.
| |||||||||||||||
Prefix and Suffix | Enter the prefix and/or suffix that will be appended to the source files after the collection. These fields are only available if Move to or Rename is enabled. | |||||||||||||||
Search and Replace | To apply Search and Replace, select either Move to or Rename.
Search and Replace operate on your entries in a way that is similar to the Unix sed utility. The identified filenames are modified and forwarded to the following agent in the workflow. This functionality also allows you to perform advanced filename modifications:
| |||||||||||||||
Keep (days) | Enter the number of days to keep moved or renamed source files on the remote host after the collection. To delete the source files, the workflow has to be executed again (scheduled or manually), after the configured number of days.
| |||||||||||||||
Rename | If this option is selected, the source files are renamed after the collection, remaining (or moved back from the directory
| |||||||||||||||
Remove | If this option is selected, the source files are removed from the source directory (or from the directory | |||||||||||||||
Ignore | If this option is selected, the source files remain in the source directory after the collection. This option is not available if Move Before Collecting is enabled. |
...
Setting | Description | |||||
---|---|---|---|---|---|---|
Duplicate Criteria - Filename | Select this option to have only the filename compared for the duplicate check. If the filename is in the list of files which have already been collected once, the file is ignored by the agent. | |||||
Duplicate Criteria - Filename and Timestamp | Select this option to have both the filename and the time stamp of the last modification, compared when checking for duplicates.
|
Advanced Tab
The Advanced tab contains configurations related to more specific use of the SFTP Advanced service.
...
The Security tab contains configurations related to the advanced security options for SFTP. You can modify the configuration available by selecting the Advanced Security Option check box. If the Advanced Security Option is not enabled, the cipher mode defaults to aes128-ctr
and the HMac type defaults to hmac-sha2-256
. If the Advanced Security Option is selected but the fields are left empty, the Cipher Mode defaults to aes128-ctr
and the HMac Type defaults to hmac-sha2-256
Note | ||
---|---|---|
| ||
has has upgraded its Maverick library to version 1.7.30, this has resulted in a change in the default handling for SFTP advanced security. Users should take note of the behaviour change for the Advanced Security Option for the SFTP agents. The Advanced Security Option will be disabled by default. Users will have to enable it on their own accord from the Security Tab in the SFTP agents configuration. With Advanced Security Option disabled, Maverick will manage the connection between the SFTP agent and the server. Maverick will attempt to connect with the STRONG security level. Failing to do so, it will auto downgrade the security level to WEAK and attempt to connect, this behaviour will allow our agents to work well with backwards compatibility for servers with older instances of the Maverick library. Furthermore, having STRONG security level will result in a performance degradation for .However, when a user manually enables the Advanced Security Option from the security tab, Maverick will instead assign the WEAK security level, which will not be as strict or resource intensive as the STRONG security level. For more information about security levels, you can refer to this page: https://www.jadaptive.com/managed-security-in-our-java-ssh-apis/ |
...