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


In This Topic
    QuickFtp Class
    In This Topic
    Exposes static methods that allow basic FTP file operations.
    Syntax
    'Declaration
     
    Public MustInherit NotInheritable Class QuickFtp 
    'Usage
     
    Dim instance As QuickFtp
    public static class QuickFtp 
    Inheritance Hierarchy

    System.Object
       Xceed.Ftp.QuickFtp

    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Overloaded. Deletes the specified files from the specified FTP server, specifying whether this is done recursively.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Gets a listing of the provided remote folder, specifying filters and whether the operation is recursive.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Receives a list of files, specifying the hostname of the FTP server and the local destination folder into which files will be placed.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Sends a list of files to a remote folder on an FTP server.  
    Top
    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