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


In This Topic
    FtpMachineListingParser Class
    In This Topic
    Class that implements a parser that is used to process lines received from an MLSD command.
    Syntax
    'Declaration
     
    Public Class FtpMachineListingParser 
       Inherits FtpListingParser
    'Usage
     
    Dim instance As FtpMachineListingParser
    public class FtpMachineListingParser : FtpListingParser 
    Inheritance Hierarchy

    System.Object
       Xceed.Ftp.FtpListingParser
          Xceed.Ftp.FtpMachineListingParser

    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