VintaSoft Twain .NET SDK 15.4: Documentation for .NET developer
Vintasoft.WpfTwain.ImageUploading.Ftp Namespace / FtpUpload Class
In This Topic
FtpUpload Class Properties
In This Topic
For a list of all properties of this type, see FtpUpload.
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.
See Also