edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Click or drag to resize

FTPConnectionTransferType Property

The current file transfer type (BINARY or ASCII).

Namespace:  EnterpriseDT.Net.Ftp
Assembly:  edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntax
public virtual FTPTransferType TransferType { get; set; }

Property Value

Type: FTPTransferType
Transfer-type to be used for uploads and downloads.
Remarks
When the transfer-type is set to BINARY then files are transferred byte-for-byte such that the transferred file will be identical to the original. When the transfer-type is set to ASCII then end-of-line characters will be translated where necessary between Windows and UNIX formats.
See Also