Click or drag to resize
FTPUpdateFileError Enumeration
Update enumeration errors

Namespace: ProFTPNetLibrary
Assembly: ClientFTPNetLibrary (in ClientFTPNetLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum UpdateFileError
Members
  Member nameValueDescription
UnknowError0 Identify an error
Success1 Successfully executed
NotNeeded2 Update not needed
ErrorDuringDownload3 Error during download the file
BackupFailded4 Error during updating
Failed5 Process failed
OldFileNotFound6 Old file not found
NewFileNotFound7 New file not found
Needed8 Update needed, you should proceed
See Also