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


In This Topic
    FtpFolder Class
    In This Topic
    Specialization of the Xceed.FileSystem.AbstractFolder class that implements access to a folder located on an FTP server.
    Syntax
    'Declaration
     
    Public Class FtpFolder 
       Inherits Xceed.FileSystem.AbstractFolder
    'Usage
     
    Dim instance As FtpFolder
    public class FtpFolder : Xceed.FileSystem.AbstractFolder 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          Xceed.FileSystem.FileSystemItem
             Xceed.FileSystem.AbstractFolder
                Xceed.Ftp.FtpFolder

    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