Enum SshScpFileOperation
Identifies the SCP file operation being evaluated.
Namespace: ApacheMinaSSHD.NET.Wrapper.Abstractions.Models
Assembly: ApacheMinaSSHD.NET.Wrapper.dll
Syntax
public enum SshScpFileOperation
Fields
| Name | Description |
|---|---|
| CloseRead | Close a file after SCP read/send. |
| CloseWrite | Close a file after SCP write/receive. |
| CreateSourceStreamResolver | Create an outgoing SCP source stream resolver. |
| CreateTargetStreamResolver | Create an incoming SCP target stream resolver. |
| GetLocalBasicFileAttributes | Read local basic file attributes. |
| GetLocalFilePermissions | Read local file permissions. |
| GetLocalFolderChildren | Evaluate local folder children for recursive SCP. |
| GetMatchingFilesToSend | Resolve files that match an outgoing SCP pattern. |
| OpenRead | Open a file for SCP read/send. |
| OpenWrite | Open a file for SCP write/receive. |
| ResolveIncomingFilePath | Resolve the local path for an incoming file. |
| ResolveIncomingReceiveLocation | Resolve the receive location for incoming SCP data. |
| ResolveLocalPath | Resolve a client SCP path to a local path. |
| ResolveOutgoingFilePath | Resolve the local path for an outgoing file. |
| SendAsDirectory | Evaluate whether a path should be sent as a directory. |
| SendAsRegularFile | Evaluate whether a path should be sent as a regular file. |