edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

SSHSCPClientSendInitialWindowAdjust Property

Determines whether a SSH_MSG_CHANNEL_WINDOW_ADJUST message should be sent initially (true by default).

Definition

Namespace: EnterpriseDT.Net.Ftp.Ssh
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public bool SendInitialWindowAdjust { get; set; }

Property Value

Boolean

Remarks

Occasionally some servers don't seem to like getting this initial message, and in this case set this property to false. This should normally be left alone unless familiar with SSH.

See Also