Name | Description | |
---|---|---|
![]() | FtpUpload | Overloaded. Initializes a new instance of the |
Name | Description | |
---|---|---|
![]() | FtpUpload | Overloaded. Initializes a new instance of the |
Name | Description | |
---|---|---|
![]() | Account | Account on FTP server. It is used only when the proxy server is used. |
![]() | BytesTotal | Determines how many bytes will be uploaded onto FTP server. |
![]() | BytesUploaded | Determines how many bytes are uploaded onto FTP server. |
![]() | ErrorCode | Returns an error code of an image uploading process. |
![]() | ErrorString | Returns an error string of an image uploading process. |
![]() | Host | FTP server name or IP address. |
![]() | LogOnType | Proxy server type. |
![]() | PassiveMode | Sets the passive/active method of transfer the file to the server. |
![]() | Password | FTP server password. |
![]() | Path | Path on a FTP server, for example "/imgs/". |
![]() | Port | FTP server port. |
![]() | ProxyHost | Proxy server name or IP address. |
![]() | ProxyPassword | Proxy server password. |
![]() | ProxyPort | Proxy server port. |
![]() | ProxyUser | Proxy server user. |
![]() | StatusCode | Returns a status code of an image uploading process. |
![]() | StatusString | Returns a status string of an image uploading process. |
![]() | Timeout | Timeout in milliseconds assigned to the read-write operations with server. |
![]() | User | FTP server user. |
Name | Description | |
---|---|---|
![]() | Abort | Aborts current uploading process. |
![]() | AddFile | Adds file information to the FTP request. |
![]() | ClearFiles | Clears file information in FTP request. |
![]() | PostData | Sends data to the FTP server. |
Name | Description | |
---|---|---|
![]() | Completed | Occurs when the image uploading process is completed. |
![]() | ProgressChanged | Occurs when the progress is changed. |
![]() | StatusChanged | Occurs when the status is changed. |