property Who: string;
Description
The Who property holds a string of the form described in the Owner and Group properties. Also, there are several identifiers that need to be understood universally. Some of these identifiers cannot be understood when a client accesses the server, but have meaning when a local process accesses the file. The ability to display and modify these permissions is permitted over SFTP.
| OWNER | The owner of the file. |
| GROUP | The group associated with the file. |
| INTERACTIVE | Accessed from an interactive terminal. |
| NETWORK | Accessed via the network. |
| DIALUP | Accessed as a dialup user to the server. |
| BATCH | Accessed from a batch job. |
| ANONYMOUS | Accessed without any authentication. |
| AUTHENTICATED | Any authenticated user (opposite of ANONYMOUS). |
| SERVICE | Access from a system service. |