Dart.Ssh Namespace : SftpMessage Enumeration |
'Declaration Public Enum SftpMessage Inherits System.Enum
'Usage Dim instance As SftpMessage
public enum SftpMessage : System.Enum
__value public enum SftpMessage : public System.Enum
public enum class SftpMessage : public System.Enum
Member | Description |
---|---|
SSH_FXP_ATTRS | Response with file attributes. |
SSH_FXP_CLOSE | Close a file. |
SSH_FXP_DATA | Response with data from a read. |
SSH_FXP_EXTENDED | Generic request for custom commands. |
SSH_FXP_EXTENDED_REPLY | Generic response for custom commands. |
SSH_FXP_FSETSTAT | Modify attributes of an open file. |
SSH_FXP_FSTAT | Retrieve attributes and status of an open file. |
SSH_FXP_HANDLE | File handle response. |
SSH_FXP_INIT | Initiates SFTP session, sends version. |
SSH_FXP_LSTAT | Retrieve attributes of a file. |
SSH_FXP_MKDIR | Make a directory. |
SSH_FXP_NAME | Response with one or more filenames. |
SSH_FXP_OPEN | Open a file. |
SSH_FXP_OPENDIR | Open a directory for reading. |
SSH_FXP_READ | Read a file. |
SSH_FXP_READDIR | List files and directories. |
SSH_FXP_READLINK | Read the target of a symbolic link. |
SSH_FXP_REALPATH | Canonicalize a path name to an absolute path. |
SSH_FXP_REMOVE | Remove a file. |
SSH_FXP_RENAME | Rename a file. |
SSH_FXP_RMDIR | Remove a directory. |
SSH_FXP_SETSTAT | Modify attributes of a file. |
SSH_FXP_STAT | Retrieve attributes of a file; follows symbolic links. |
SSH_FXP_STATUS | Status response message. |
SSH_FXP_SYMLINK | Create a symbolic link. |
SSH_FXP_VERSION | Version response to SSH_FXP_INIT. |
SSH_FXP_WRITE | Write to a file. |
System.Object
System.ValueType
System.Enum
Dart.Ssh.SftpMessage