sftpSendEnvironment

This parameter specifies a comma-delimited list of name-value pairs (environment variables) to send to the SSH server when an SFTP session is connected.

Value

A comma-delimited string of SSH environment variables, with each variable specified as "<name>=<value>". If a name or value itself contains an equal sign or comma, escape the equal sign or comma by preceding it with a backslash. For example, "COMPANY=EXAMPLE\, INC."

Example

<param name="sftpSendEnvironment" value="TERM=3270,ID=8000">