The NTParser is responsible for handling FTP directory listings returned in a Windows NT format.

Namespace: Jscape.Ftp
Assembly: Jscape.Ftp (in Jscape.Ftp.dll) Version: 2.4.5.0

Syntax

C#
public class NTParser : IFtpFileParser
Visual Basic
Public Class NTParser _
	Implements IFtpFileParser
Visual C++
public ref class NTParser : IFtpFileParser

Examples

This example shows a partial listing of the expected NT format.
CopyC#
06-03-99  10:57PM                    1 NotCurrentYear.txt
03-06-00  09:11PM                    1 CurrentYear.txt

Inheritance Hierarchy

System..::..Object
  Jscape.Ftp..::..NTParser

See Also