Xceed .NET Libraries Documentation
Welcome to Xceed Data Manipulation Compoents for .NET and .NET Standard / Sample Applications / FTP capabilities / AsyncFtpClient Sample Application
In This Topic
    AsyncFtpClient Sample Application
    In This Topic

    Programming languages

    VB.NET, C#

    Overview

    AsyncFtpClient's methods now call the corresponding synchronous methods on a background thread. It is therefore recommended to use FtpClient and assign a SynchronizingObject to its SynchronizingObject property to improve code readability. For this reason, the AsyncFtpClient class is now considered obsolete.

    The Ftp Client sample application demonstrates how to use the various properties, methods, and events exposed by the AsyncFtpClient class in a user-friendly graphical interface.

     

     

    It specifically demonstrates how to do the following:

    Project location & filename

    Master directory: 

    <SamplesInstallDir>Xceed Zip for .NET [version]\

    Where <SamplesInstallDir> by default is <SystemVolume>Xceed Samples under Windows Vista/7, and <ProgramFiles>Xceed Samples under Windows XP. NOTE: The sample applications for Xceed's FileSystem based products are all contained in the "Xceed Zip for .NET" folder.

    C#: \CSharp\ClientFtp\ClientFtp.csproj

    VB.NET: \Visual Basic .NET\ClientFtp\ClientFtp.vbproj