[SFTP/SCP Only] Determines whether a SSH_MSG_CHANNEL_WINDOW_ADJUST message should be sent initially.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public bool SendInitialWindowAdjust { get; set; }
Visual Basic
Public Property SendInitialWindowAdjust As Boolean
	Get
	Set
Visual C++
public:
property bool SendInitialWindowAdjust {
	bool get ();
	void set (bool value);
}

Remarks

This property applies to SFTP only. Use the Protocol property to select the protocol.

The default is generally appropriate in most situations.

See Also