Xceed .NET Libraries Documentation
Xceed.Ftp Assembly / Xceed.Ftp Namespace / FtpClient Class / ListingMethod Property


In This Topic
    ListingMethod Property (FtpClient)
    In This Topic
    Gets the current listing method that is used to retrieve folder contents from the FTP server.
    Syntax
    'Declaration
     
    Public ReadOnly Property ListingMethod As ListingMethod
    'Usage
     
    Dim instance As FtpClient
    Dim value As ListingMethod
     
    instance.ListingMethod = value
     
    value = instance.ListingMethod
    public ListingMethod ListingMethod {get;}

    Property Value

    A ListingMethod value that indicates the current listing method that is used to retrieve folder contents from the FTP server.

    The default value is ListingMethod.Standard.

    Remarks

    To change the transfer mode, the ChangeListingMethod method must be used.

    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