TransferMode Property
The transfer mode (ASCII or Binary). If the value is 0 (default), the initial server mode will be used.
Data Type
EnumerationPossible Values
Default (0)ASCII (1)
Binary (2)
Default Value
0Remarks
The valid options for the TransferMode property are as follows:
Default | The initial mode of the FTP server is taken. No change. |
ASCII | Files are transferred in ASCII mode (TYPE A). |
Binary | Files are transferred in Binary mode (TYPE I). |