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

SecureFTPConnectionSSHWindowSize Property

[SFTP/SCP Only] SSH maximum local window size.

Definition

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

Property Value

Int32

Remarks

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

The default is generally appropriate in most situations.

See Also