Discuss this help topic in SecureBlackbox Forum

TElFTPSServer.ASCIIMode

TElFTPSServer     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies transfer mode.

Declaration

[C#]
    bool ASCIIMode;

[VB.NET]
    Property ASCIIMode As Boolean

[Pascal]
    property ASCIIMode : Boolean;

[C++]
    bool get_ASCIIMode();

[PHP]
    bool get_ASCIIMode()

[Java]
    boolean getASCIIMode();

Description

    Use this property to enable or disable ASCII transfer mode. In ASCII mode the files are transferred as text with implicit line ending conversion. Default value is True.

See also:     PassiveMode    

Discuss this help topic in SecureBlackbox Forum