edtFTPnet/Free - Open-source FTP component for .NET | Download
Type of line terminator to use

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

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