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


In This Topic
    FtpAS400ListingParser Class
    In This Topic
    Class which represents a parser that is used to parse lines received from an AS400 FTP server.
    Syntax
    'Declaration
     
    Public Class FtpAS400ListingParser 
       Inherits FtpListingParser
    'Usage
     
    Dim instance As FtpAS400ListingParser
    public class FtpAS400ListingParser : FtpListingParser 
    Inheritance Hierarchy

    System.Object
       Xceed.Ftp.FtpListingParser
          Xceed.Ftp.FtpAS400ListingParser

    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