SftpBatchTransferProblemType Enum
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9313)
Detailed specification of a problem that occurred during the multi-file transfer.
Syntax
public enum SftpBatchTransferProblemType
  Fields
| Name | Description | 
|---|---|
| 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.  | 
      
| 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 SFTP 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 SFTP 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.  |