Enum SshFileSystemOperation
Identifies the SFTP filesystem operation being evaluated.
Namespace: ApacheMinaSSHD.NET.Wrapper.Abstractions.Models
Assembly: ApacheMinaSSHD.NET.Wrapper.dll
Syntax
public enum SshFileSystemOperation
Fields
| Name | Description |
|---|---|
| ApplyExtensionFileAttributes | Apply extension-provided file attributes. |
| CloseDirectory | Close a directory handle. |
| CloseFile | Close a file handle. |
| CopyFile | Copy a file. |
| CreateDirectory | Create a directory. |
| CreateLink | Create a hard link or symbolic link. |
| DirectoryEntry | Evaluate a directory entry before returning it to the client. |
| NoFollow | Evaluate whether links should be treated as no-follow. |
| OpenDirectory | Open a directory handle. |
| OpenFile | Open a file handle. |
| PutRemoteFileName | Prepare a remote file name response. |
| ReadFileAttributes | Read file attributes. |
| RemoveFile | Remove a file or directory. |
| RenameFile | Rename or move a file. |
| ResolveFileAccessLinkOptions | Resolve link-following options for file access. |
| ResolveFileOwner | Resolve a file owner. |
| ResolveGroupOwner | Resolve a group owner. |
| ResolveLinkTarget | Resolve a symbolic link target. |
| ResolveLocalFilePath | Resolve a remote SFTP path to a local filesystem path. |
| ResolveReportedFileAttributes | Resolve attributes reported to the client. |
| SetFileAccessControl | Set file access control information. |
| SetFileAttribute | Set a file attribute. |
| SetFileOwner | Set a file owner. |
| SetFilePermissions | Set file permissions. |
| SetGroupOwner | Set a group owner. |
| SyncFileData | Synchronize file data. |
| TryLock | Attempt to lock a file region. |