CdcFileXferStatus
The status of a file transfer. The different values are given below: notStarted File transfer has not started. success File transfer has successfully completed. aborted File transfer has been aborted. fileOpenFailRemote Remote file could not be opened. badDomainName Bad domain name given in the URL. unreachableIpAddress IP address given in the URL could not be reached. networkFailure Transfer failed due to a network failure. fileWriteFailed A write on the remote file has failed. authFailed Authentication failed. For instance incorrect password in CdcUrl incase of FTP(File Transfer Protocol).
Possible values
9 objects| Number | Name |
|---|---|
| 1 | notStarted |
| 2 | success |
| 3 | aborted |
| 4 | fileOpenFailRemote |
| 5 | badDomainName |
| 6 | unreachableIpAddress |
| 7 | networkFailed |
| 8 | fileWriteFailed |
| 9 | authFailed |