Gets/Sets the Blocksize (in bytes) for use in transferring files. Default blocksize is 4096 bytes.

Namespace: Jscape.Ftp
Assembly: Jscape.Ftp (in Jscape.Ftp.dll) Version: 2.4.5.0

Syntax

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

See Also