SSHFTPClientTransferType Property
The current file transfer type (BINARY or ASCII).
Namespace: EnterpriseDT.Net.Ftp.SshAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public override FTPTransferType TransferType { get; set; }
Public Overrides Property TransferType As FTPTransferType
Get
Set
public:
virtual property FTPTransferType TransferType {
FTPTransferType get () override;
void set (FTPTransferType value) override;
}
abstract TransferType : FTPTransferType with get, set
override TransferType : FTPTransferType with get, set
FTPTransferTypeTransfer-type to be used for uploads and downloads.
IFileTransferClientTransferType 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.