cd process-SFTP adapter module
The cd process changes the working directory on the remote server. The following table describes the process inputs for the SFTP adapter with the cd process.
SFTP adapter cd process inputs
Input | Description | Required |
|---|---|---|
<adapter name> | Specifies the name of the adapter to use for this process | No |
<target> | Identifies the target defined in the SFTP adapter configuration (in Grid Manager) | No |
<host name> | Specifies the host name or the IP address of the remote host | Conditional; required if a dynamic target is used |
<port> | Specifies the port on which the remote host listens | Conditional |
<user name> | Specifies the user name to be used for remote host authentication | Conditional; required if a dynamic target is used |
<password> | Specifies the password that corresponds to the user name provided | Conditional; required if a dynamic target is used |
<password encryption type> | Specifies the method of encryption used for the password provided | Conditional |
<use psuedo terminal> | Enables the use of pseudo terminals when invoking SSH connections | Conditional; can only be used when the requests or connections do not contain any prompt elements |
<private key file> | Identifies the path and the file name for the local SSH key file | Conditional; can be used in the absence of a <password> element |
<known hosts config> | Identifies the path to the local known_hosts file | No |
<allow unknown hosts> | Indicates whether a connection must continue if key verification fails | Conditional |
<preferred pk algorithm> | Specifies the preference of the algorithm used to encrypt the public key | Conditional |
<directory> | Indicates the directory the remote host must use as the working directory | Yes |
<character set> | Specifies the name of the Character set used to encode or decode the characters | No |
<establish connection timeout> | Specifies the timeout, in seconds, for the connection to be established on the target Default value: 60 seconds | No |
<timeout secs> | Specifies the time, in seconds, to wait for the expected prompt to return If the expected prompt is not returned before the specified period has elapsed, an error message is returned. This element applies to a dynamic target specified in an adapter request. Default value: 60 seconds | No |
The following table describes the process output parameter for the SFTP adapter with the cd process.
SFTP adapter cd process output