edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

The UnixFileParser type exposes the following members.

Constructors

  NameDescription
Public methodUnixFileParser
Default constructor

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIsMultiLine
Does this parser parse multiple lines to get one listing?
(Inherited from FTPFileParser.)
Public methodStatic memberIsUnix
Is this a Unix format listing?
Public methodIsValidFormat
Valid format for this parser
(Overrides FTPFileParser..::..IsValidFormat(array<String>[]()[][]).)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodParse
Parse server supplied string, e.g.: lrwxrwxrwx 1 wuftpd wuftpd 14 Jul 22 2002 MIRRORS -> README-MIRRORS -rw-r--r-- 1 b173771 users 431 Mar 31 20:04 .htaccess
(Overrides FTPFileParser..::..Parse(String).)
Public methodToString (Overrides Object..::..ToString()()()().)

Properties

  NameDescription
Public propertyParsingCulture
Get/set the culture info for parsing
(Inherited from FTPFileParser.)
Public propertyTimeIncludesSeconds
Get flag indicating whether or not the most recent parse returned seconds.
(Overrides FTPFileParser..::..TimeIncludesSeconds.)

See Also