SFTP Object
 
Syntax
 
SFTP.TcpNoDelay As Long
 
Description
This property controls the use of the internal TCP_NODELAY socket option (which disables the Nagle algorithm). The default value of this property is 0. Setting this value to 1 disables the delay of sending successive small packets on the network.
 
See Also