Back to product page

AscIITranslation propety


Determines type of ASCII transfer mode translation.

Type

An AscIITranslationsEnum enumeration.

Syntax

  • Basic
object.AscIITranslation [= value]
The AscIITranslation(object,value) syntax has these parts:
objectAn expression evaluating to an object of type wodFtpDLX.
valueAn AscIITranslationsEnum enumeration, as described in settings.

Remarks

Members:
Constant Value Description
TranslateCRLF0 Translate line endings to CRLF.
TranslateLF 1 Translate line endings to LF.
TranslateCR 2 Translate line endings to CR.


This property determines how are files translated for ASCII file transfers, set in TransferMode property. Translation is performed both during uploads and downloads.