Gets or sets the data transfer type.

Namespace:  Rebex.Net
Assembly:  Rebex.FileTransfer (in Rebex.FileTransfer.dll)

Syntax

Visual Basic
Public Property TransferType As TransferType
	Get
	Set
C#
public TransferType TransferType { get; set; }

Field Value

The file transfer type. Default is Binary.

Implements

IFtp..::..TransferType

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also