Secure FTP Factory for .NET

NTParser Class

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

For a list of all members of this type, see NTParser Members.

System.Object
   Jscape.Ftp.NTParser

public class NTParser

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Example

This example shows a partial listing of the expected NT format.

06-03-99  10:57PM                    1 NotCurrentYear.txt
03-06-00  09:11PM                    1 CurrentYear.txt

Requirements

Namespace: Jscape.Ftp

Assembly: Jscape.Ftp (in Jscape.Ftp.dll)

See Also

NTParser Members | Jscape.Ftp Namespace