wodSFTP ActiveX Control - RemotePermissions Enumeration
    
 

Description

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.




Members
Constant Value Description
 PermRead 1 Opens remote file with read permissions.
 PermWrite 2 Opens remote file with write permissions.
 PermCreate 4 Creates remote file.
 PermTruncate 8 Truncates remote file.