 | FTPUpdateFileError Enumeration |
Update enumeration errors
Namespace: ProFTPNetLibraryAssembly: ClientFTPNetLibrary (in ClientFTPNetLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic enum UpdateFileError
Public Enumeration UpdateFileError
Members
| Member name | Value | Description |
---|
| UnknowError | 0 |
Identify an error
|
| Success | 1 |
Successfully executed
|
| NotNeeded | 2 |
Update not needed
|
| ErrorDuringDownload | 3 |
Error during download the file
|
| BackupFailded | 4 |
Error during updating
|
| Failed | 5 |
Process failed
|
| OldFileNotFound | 6 |
Old file not found
|
| NewFileNotFound | 7 |
New file not found
|
| Needed | 8 |
Update needed, you should proceed
|
See Also