FileTransferClient.FtpTransferMode Property
Namespace: Rebex.Net
Assembly: Rebex.FileTransfer.dll (version 7.0.9083)
FtpTransferMode
Gets or sets the data transfer mode. This is used only when FTP protocol is used.
Declaration
public FtpTransferMode FtpTransferMode { get; set; }
Property Value
Type | Description |
---|---|
FtpTransferMode | The file transfer mode. Default is Stream. |