Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bruce Flynn
sftper
Commits
e2d53752
Commit
e2d53752
authored
Oct 09, 2019
by
Bruce Flynn
Browse files
README update
parent
32c8250f
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
e2d53752
...
...
@@ -94,8 +94,9 @@ zult = json.loads(dat)
```
Return Data:
```
[{"name": "
<filename>
", "size":
<bytes>
, "mtime":
<unixtime>
}, ...]
[{"name": "
<filename>
", "size":
<bytes>
, "mtime":
<unixtime>
, "mode":
<int>
}, ...]
```
`mode` will be an unsinged int like `stat.st_mode`. See man pages for `stat(2)` and `inode(7)`.
### DELETE
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment