Discuss this help topic in SecureBlackbox Forum

TElSimpleSFTPClient.LocalNewLineConvention

TElSimpleSFTPClient     See also     


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


Contains character string for end of string indication on the local machine.

Declaration

[C#]
    byte[] LocalNewLineConvention;

[VB.NET]
    Property LocalNewLineConvention As Byte()

[Pascal]
    property LocalNewLineConvention : ByteArray;

[C++]
    void get_LocalNewLineConvention(std::vector<uint8_t> &OutResult);
    void set_LocalNewLineConvention(const std::vector<uint8_t> &Value);

[PHP]
    string get_LocalNewLineConvention()
    void set_LocalNewLineConvention(array of byte|string|NULL $Value)

[Java]
    byte[] getLocalNewLineConvention();
    void setLocalNewLineConvention(byte[] Value);

Description

    This property contains character string for end of string indication used on the local machine.
    During file upload all the LocalNewLineConvention line endings are converted to NewLineConvention endings. Correspondingly, all the LocalNewLineConventionline endings are converted to NewLineConvention line endings during file upload. Both properties apply to text file transfers only.

See also:     NewLineConvention    

Discuss this help topic in SecureBlackbox Forum