ComponentSpace FTP Class Library Reference

DirectoryListParser Methods

The methods of the DirectoryListParser class are listed below. For a complete list of DirectoryListParser class members, see the DirectoryListParser Members topic.

Public Static (Shared) Methods

IsMSDOSDirectoryList Indicate whether the directory list lines are MS-DOS format.
IsUnixDirectoryList Indicate whether the directory list lines are Unix format.
ParseDirectoryList Parse either Unix or MS-DOS format directory list items into generic directory list items.
ParseDirectoryListItem Parse either a Unix or MS-DOS format directory list line into a generic directory list item.
ParseMSDOSDirectoryList Parse MS-DOS format directory list items into MS-DOS directory list items.
ParseMSDOSDirectoryListItem Parse MS-DOS format directory list line into MS-DOS directory list item.
ParseUnixDirectoryList Parse Unix format directory list items into Unix directory list items.
ParseUnixDirectoryListItem Parse Unix format directory list line into Unix directory list item.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

DirectoryListParser Class | ComponentSpace.Ftp Namespace