edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Type of line terminator to use

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public enum LineTerminatorType
Visual Basic
Public Enumeration LineTerminatorType
Visual C++
public enum class LineTerminatorType

Members

Member nameValueDescription
Automatic0
Unix1
Windows2
OldMac3
NewMac4

See Also