Was the parser set explicitly, or was it worked out via the SYST command>

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

Syntax

C#
public bool ParserSetExplicitly { get; }
Visual Basic
Public ReadOnly Property ParserSetExplicitly As Boolean
	Get
Visual C++
public:
property bool ParserSetExplicitly {
	bool get ();
}

See Also