The SSH maximum packet size.

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

Syntax

C#
public int MaxPacketSize { get; set; }
Visual Basic
Public Property MaxPacketSize As Integer
	Get
	Set
Visual C++
public:
property int MaxPacketSize {
	int get ();
	void set (int value);
}

Remarks

This should normally be left alone unless familiar with SSH.

See Also