|
|
| FiletimeFormat | Specifies the format to use when returning filetime strings
|
| IgnoreFileMaskCasing | Controls whether or not the file mask is case sensitive
|
| MaxFileData | Specifies the maximum payload size of an SFTP packet
|
| ProtocolVersion | The highest allowable SFTP version to use
|
| TransferMode | The transfer mode (ASCII or Binary)
|
| AuthModeList | A comma-delimited list of modes to be used during multi-factor authentication
|
| SSHAcceptAnyServerHostKey | If set the component will accept any key presented by the server
|
| SSHAcceptServerHostKeyFingerPrint | The fingerprint of the server key to accept
|
| KerberosRealm | The fully qualified domain name of the Kerberos Realm to use for GSSAPI authentication
|
| KerberosDelegation | If true, asks for credentials with delegation enabled during authentication
|
| KerberosSPN | The Kerberos Service Principal Name of the SSH host
|
| MaxLineLength | The maximum amount of data to accumulate when no EOL is found
|
| FirewallAutoDetect | Tells the component whether or not to automatically detect and use firewall system settings, if available
|
| FirewallHost | Name or IP address of firewall (optional)
|
| FirewallListener | If true, the component binds to a SOCKS firewall as a server (IPPort only)
|
| FirewallPassword | Password to be used if authentication is to be used when connecting through the firewall
|
| FirewallPort | The TCP port for the FirewallHost;
|
| FirewallUser | A user name if authentication is to be used connecting through a firewall
|
| FirewallType | Determines the type of firewall to connect through
|
| TcpNoDelay | Whether or not to delay when sending packets
|
| AbsoluteTimeout | Determines whether timeouts are inactivity timeouts or absolute timeouts
|
| FirewallData | Used to send extra data to the firewall
|
| InBufferSize | The size in bytes of the incoming queue of the socket
|
| OutBufferSize | The size in bytes of the outgoing queue of the socket
|
| CodePage | The system code page used for Unicode to Multibyte translations (Windows/COM only)
|