Xceed .NET Libraries Documentation
FtpListingParser Class
Members 


Xceed.Ftp Assembly > Xceed.Ftp Namespace : FtpListingParser Class
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

System.Object
   Xceed.Ftp.FtpListingParser
      Xceed.Ftp.FtpAS400ListingParser
      Xceed.Ftp.FtpDosListingParser
      Xceed.Ftp.FtpMachineListingParser
      Xceed.Ftp.FtpUnixListingParser
      Xceed.Ftp.FtpVmsListingParser

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

Reference

FtpListingParser Members
Xceed.Ftp Namespace