VintaSoft Twain .NET SDK 15.4: Documentation for .NET developer
Vintasoft.WpfTwain.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

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.WpfTwain.ImageUploading.Ftp.FtpUpload

Requirements

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

See Also