To change a local behavior, these variables can be updated in the node variables, management unit variables, Uproc variables and in the Uproc script (with this priority order, the most important being the script).
Variable / Label |
Description |
|
---|---|---|
Activate the SFTP mode for FTP Uprocs |
D |
SFTP configuration. Default No (N) to use the FTP protocol. |
U_FT_SFTP_PRIVATEKEY Path to the file containing the private key |
D |
SFTP configuration. To authenticate with public / private keys, enter the directory and name of the file containing the private key. |
U_FT_SFTP_PUBLICKEY Path to the file containing the public key |
D |
SFTP configuration. To authenticate with public / private keys, enter the directory and name of the file containing the public key. |
U_FT_SFTP_PASSPHRASE SSH passphrase |
D |
SFTP configuration. Passphrase to the private key. |
U_FT_PORT FTP server port number |
D |
This setting can be declared:
|
U_MAX_BUFSIZE Packet size for FTP transfers (bytes) |
D |
Maximum 40960, minimum 400. Default 40960. Adjust this setting if there are performance issues caused by curl behavior. |
U_SRVRESP_TIMEOUT Timeout for FTP server responses (in minutes) |
D |
FTP configuration. |
Activate the failsafe mode for remote folder detection in FTP_GET uprocs |
D |
No by default. Refer to section FTP_GET Type Uproc - "Settings", "Recursive" item. This option should only be turned on if the FTP server LIST command doesn't answer with file permissions in UNIX format. |