post http://127.0.0.1:5001/api/v1/ls
List directory contents for Unix filesystem objects.
*Arguments
Argument | Description | Type | Required? |
---|---|---|---|
arg | The path to the BTFS object(s) to list links from. | string | Y |
headers | Print table headers (Hash, Size, Name). | boolean | N |
resolve-type | Resolve linked objects to find out their types. Default: "true". | boolean | N |
size | Resolve linked objects to find out their file size. Default: "true". | boolean | N |
stream | Enable experimental streaming of directory entries as they are traversed. | boolean | N |