Kennisbank

  1. Huis
  2. Features
  3. ASCII / Binary mode
Gemaakt
Bijgewerkt

Artikel 97

Transferring files in ASCII or Binary mode

Transfer Types

  1. Binary
    Files are transferred as a binary stream of data. The data is transferred as is without any transformations.
  2. ASCII
    The transferred data is considered to be ASCII encoded. This transfer type is necessary because different systems have different data storage representations. For example Unix systems typically represent line ending with a single LF character. So when data is received by a Unix system, the CR LF line endings will be transformed to LF line endings before the data is stored. The transformation is done in reverse (LF -> CR LF) before the data is sent from a Unix system to the receiving host.
  3. Auto
    Files are transferred in binary mode unless they match an entry in the ASCII File List

ASCII vs. Binary

There are very few corner cases in which files must be transferred in ASCII mode. Generally transfer all files (even text files) in Binary mode which is the default setting.

How To change the setting

  1. Connect to the remote server
  2. Select the Tools tab
  3. Click on Favorite Properties
  4. In the Favorite Properties dialog go to the Transfer ASCII / Binary dialog.
  5. To transfer specific file types in ASCII mode, select Use Favorite Settings under the ASCII File List drop-down option.
  6. Click on the New button and type in the file extension that will be transferred in ASCII mode under Value.
  7. Click OK to save the changes

Keywords
ascii binary transferring files mode

Gerelateerde Arikelen
icon Free Text Editor


What do you think about this topic? Send feedback!