[SFTP Only] Server line terminator to use for ASCII translation

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

Syntax

C#
public LineTerminatorType ServerLineTerminator { get; set; }
Visual Basic
Public Property ServerLineTerminator As LineTerminatorType
	Get
	Set
Visual C++
public:
property LineTerminatorType ServerLineTerminator {
	LineTerminatorType get ();
	void set (LineTerminatorType value);
}

Remarks

This property applies to SFTP only.

The default is generally appropriate in most situations.

See Also