Property
open_dir
| Property Name |
Type |
Description |
Required |
| data |
object<string, FileInfo>
|
|
Yes
|
| extensions |
array of string
|
|
Yes
|
| hash |
integer
|
|
Yes
|
FileInfo
| Property Name |
Type |
Description |
Required |
| size |
integer
|
|
|
| timestamp |
string
|
|
|
{
"data": {
"cgi-bin/": {
"type": "folder"
},
"images/": {
"timestamp": null,
"type": "folder",
"size": null
},
"index.htm.backup.ebf882af64e7590033542c3c274dbe9e": {
"timestamp": "Sun, 24 Nov 2019 03:31:30 GMT",
"type": "file",
"size": 346
}
},
"extensions": [
"ebf882af64e7590033542c3c274dbe9e"
],
"hash": 1973799379
}