Modify ↓
Ticket #3 (accepted enhancement)
Unix permissions need to be displayed as text and available as octal
| Reported by: | alamaison | Owned by: | alamaison |
|---|---|---|---|
| Priority: | trivial (barely noticeable) | Milestone: | 1.1 Readable properties |
| Component: | remote folder | Version: | 0.2.1.6 |
| Keywords: | permissions properties | Cc: |
Description (last modified by alamaison) (diff)
They should be displayed, by default, as text in the form 'drwxrwxrwx' but an optional detail colum should include the octal form of the permissions, e.g. 0677.
Attachments
Change History
comment:2 Changed 5 years ago by alamaison
- Version changed from 0.2.0.1 to 0.2.1.6
- Milestone changed from 0.2.2 Real data provider to 0.5.0 Properties
comment:8 Changed 3 years ago by alamaison
- Milestone changed from 0.5.0 Writeable Properties to 0.4.0 Readable properties
comment:11 Changed 19 months ago by alamaison
- Priority changed from major (affects peripheral workflow) to trivial (barely noticeable)
Note: See
TracTickets for help on using
tickets.

The code to handle unix permissions was available in the old 0.1-gcc prototype. We need to get this out of the SVN, dust it off and use it. The ISftpProvider interface will also need to be changed in order to return the permissions as octal and have them parsed in the front-end.