TransferProblemType Enum
Namespace: Rebex.IO
Assembly: Rebex.Common.dll (version 7.0.9448)
Detailed specification of a problem that occurred during a multi-file operation.
Syntax
public enum TransferProblemType
Fields
| Name | Description |
|---|---|
| CannotCalculateChecksum | Cannot calculate checksum. |
| CannotCreateDirectory | Cannot create target directory. |
| CannotDeleteDirectory | Cannot delete the directory. |
| CannotDeleteFile | Cannot delete the file. |
| CannotFindDirectory | Cannot find the directory which was found while retrieving file system hierarchy earlier. |
| CannotFindFile | Cannot find the file which was found while retrieving file system hierarchy earlier. |
| CannotFindLink | Cannot find the link which was found while retrieving file system hierarchy earlier. |
| CannotReadFromDirectory | Cannot read from a directory. |
| CannotResolveLink | Link is corrupted or its target cannot be found. |
| CannotRetrieveItemInfo | Cannot retrieve information on an item. |
| CannotTransferFile | Cannot transfer file. |
| DirectoryNameIsInvalidOnTargetFileSystem | Name of the directory is invalid on the target file system. For example, backslash is a valid directory name character on Unix FTP servers, but invalid in local Windows file system. |
| FileExists | A target file with the same name already exists. |
| FileNameIsInvalidOnTargetFileSystem | Name of the file is invalid on the target file system. For example, backslash is a valid filename character on Unix FTP servers, but invalid in local Windows file system. |
| InfiniteLoopDetected | Symbolic link is probably a part of an infinite loop in the file system hierarchy. |
| LinkDetected | A symbolic link was detected. |
| NotFileOrDirectory | Currently processed item is neither a file nor a directory. |
| OperationCanceled | Operation was canceled. |
| UnsupportedFeature | Feature required to complete the operation is not supported. |