peTransferType - cFTPTransfer
Specifies whether the file should be transferred as ASCII or Binary
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer peTransferType
| Access Type | Syntax |
|---|---|
| Read Access: | Get peTransferType to IntegerVariable |
| Write Access: | Set peTransferType to IntegerVariable/Value |
Description
peTransferType specifies whether the file should be transferred as ASCII or Binary. Can be either ttAscii or ttBinary.
Default is ttBinary.