Secure FTP Factory for .NET

UnixParser Class

The parser responsible for handling FTP directory listings returned in a UNIX format.

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

System.Object
   Jscape.Ftp.UnixParser

public class UnixParser

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 format.

-rw-r--r--    1 user   group       3651 Feb  2  2002 .screenrc
drwxr-xr-x    3 user   group       4096 Jul 23 17:42 Archive
-rw-r--r--    1 user   group       1096 Jul 23 13:35 GZipTest1.class
-rw-r--r--    1 user   group        733 Jul 23 13:35 GZipTest1.java *

Requirements

Namespace: Jscape.Ftp

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

See Also

UnixParser Members | Jscape.Ftp Namespace