Detailed specification of a problem that occurred during the multi-file transfer.

Namespace:  Rebex.Net
Assembly:  Rebex.Sftp (in Rebex.Sftp.dll)

Syntax

Visual Basic
Public Enumeration SftpBatchTransferProblemType
C#
public enum SftpBatchTransferProblemType

Members

Member nameDescription
Supported by the .NET Compact FrameworkFileExists
A target file with the same name already exists.
Supported by the .NET Compact FrameworkLinkDetected
A symbolic link was detected.
Supported by the .NET Compact FrameworkInfiniteLoopDetected
Symbolic link is probably a part of an infinite loop in the file system hierarchy.
Supported by the .NET Compact FrameworkCannotCreateDirectory
Cannot create target directory.
Supported by the .NET Compact FrameworkCannotTransferFile
Cannot transfer file.
Supported by the .NET Compact FrameworkCannotReadFromDirectory
Cannot read from a directory.
Supported by the .NET Compact FrameworkCannotFindFile
Cannot find the file which was found while retrieving file system hierarchy earlier.
Supported by the .NET Compact FrameworkFileNameIsInvalidOnTargetFileSystem
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.
Supported by the .NET Compact FrameworkDirectoryNameIsInvalidOnTargetFileSystem
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.
Supported by the .NET Compact FrameworkCannotFindDirectory
Cannot find the directory which was found while retrieving file system hierarchy earlier.
Supported by the .NET Compact FrameworkCannotFindLink
Cannot find the link which was found while retrieving file system hierarchy earlier.
Supported by the .NET Compact FrameworkCannotResolveLink
Link is corrupted or its target cannot be found.
Supported by the .NET Compact FrameworkNotFileOrDirectory
Currently processed item is neither a file nor a directory.
Supported by the .NET Compact FrameworkOperationCanceled
Operation was canceled.
Supported by the .NET Compact FrameworkCannotDeleteFile
Cannot delete the file.
Supported by the .NET Compact FrameworkCannotDeleteDirectory
Cannot delete the directory.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also