VintaSoft Twain .NET SDK 15.0: Documentation for .NET developer
Vintasoft.WinTwain.ImageUploading.Ftp Namespace / FtpUpload Class
Members Object Syntax Remarks Example Hierarchy Requirements SeeAlso
In This Topic
    FtpUpload Class
    In This Topic
    Provides an asynchronous uploading of files to FTP server.
    Object Model
    FtpUpload
    Syntax
    'Declaration
    
    Public NotInheritable Class FtpUpload
    
    
    public sealed class FtpUpload
    
    
    public __gc __sealed class FtpUpload
    
    
    public ref class FtpUpload sealed
    
    
    Remarks

    Class allows to:

    • transfer multiple files asynchronously
    • get answer from the server
    • get information about status of an uploading process
    • get information about a progress of an uploading process
    • get information about error if an uploading process was not completed successfully
    • abort an uploading process

    Example

    Please see example here: PostData.

    Inheritance Hierarchy

    System.Object
       Vintasoft.WinTwain.ImageUploading.Ftp.FtpUpload

    Requirements

    Target Platforms: .NET 8, .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also