This list shows flags that can be used with RemoteOpen method. It defines if remote file is opened for reading or writing, but also specifies if remote file is created or truncated when it's opened.
[Visual Basic]
Public Enum SFTP.RemotePermissions
[C#]
public enum SFTP.RemotePermissions
Members
| Member Name | Description |
|---|---|
| Read | Opens remote file with read permission. |
| Write | Opens remote file with write permission. |
| Create | Creates remote file |
| Truncate | Truncates remote file. |
Requirements
Namespace: WeOnlyDo.Client Namespace
Assembly: WeOnlyDo.Client.SFTP.dll