SFTP Object
 
Syntax
 
SFTP.UncommonOptions As String
 
Description
This is a catch-all property to be used for uncommon needs. This property defaults to the empty string, and should typically remain empty.
Can be set to a list of the following comma separated keywords:
  • "KEX_DH_GEX_REQUEST_OLD" - Introduced in v9.5.0.73. Force the old Group Exchange message to be used. This would be used for very old SSH server implementations that do not use the RFC standard for diffie-hellman-group-exchange.
  • "ProtectFromVpn" - Introduced in v9.5.0.80. On Android systems, will bypass any VPN that may be installed or active.
  • "NoSyncDownloadEmptyFiles" - Introduced in v9.5.0.80. Prevents empty files from being downloaded in SyncTreeDownload.
 
See Also