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

SecureFTPConnectionSSHMaxPacketSize Property

[SFTP/SCP Only] SSH maximum packet size.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public int SSHMaxPacketSize { 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