VintaSoft Twain .NET SDK 15.4: Documentation for .NET developer
Vintasoft.WpfTwain.ImageUploading.Ftp Namespace / FtpUpload Class
Constructors Properties Methods Events SeeAlso
In This Topic
FtpUpload Class Members
In This Topic
The following tables list the members exposed by FtpUpload.
Public Constructors
 NameDescription
Public ConstructorOverloaded. Initializes a new instance of the class.
Public Properties
 NameDescription
Public PropertyAccount on FTP server. It is used only when the proxy server is used.
Public PropertyDetermines how many bytes will be uploaded onto FTP server.
Public PropertyDetermines how many bytes are uploaded onto FTP server.
Public PropertyReturns an error code of an image uploading process.
Public PropertyReturns an error string of an image uploading process.
Public PropertyFTP server name or IP address.
Public PropertyProxy server type.
Public PropertySets the passive/active method of transfer the file to the server.
Public PropertyFTP server password.
Public PropertyPath on a FTP server, for example "/imgs/".
Public PropertyFTP server port.
Public PropertyProxy server name or IP address.
Public PropertyProxy server password.
Public PropertyProxy server port.
Public PropertyProxy server user.
Public PropertyReturns a status code of an image uploading process.
Public PropertyReturns a status string of an image uploading process.
Public PropertyTimeout in milliseconds assigned to the read-write operations with server.
Public PropertyFTP server user.
Public Methods
 NameDescription
Public MethodAborts current uploading process.
Public MethodAdds file information to the FTP request.
Public MethodClears file information in FTP request.
Public MethodSends data to the FTP server.
Public Events
 NameDescription
Public EventOccurs when the image uploading process is completed.
Public EventOccurs when the progress is changed.
Public EventOccurs when the status is changed.
See Also