Xceed .NET Libraries Documentation
Xceed.Ftp Assembly / Xceed.Ftp Namespace / FtpListingParser Class
Members


In This Topic
    FtpListingParser Class
    In This Topic
    Class which represents a parser that is used to parse listing lines received from an FTP server.
    Syntax
    'Declaration
     
    Public MustInherit Class FtpListingParser 
    'Usage
     
    Dim instance As FtpListingParser
    public abstract class FtpListingParser 
    Remarks

    Derived classes must implement a parameterless constructor in order to be used with the FTP FileSystem.

    Inheritance Hierarchy
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also