Listing files/folders
Last updated
Last updated
Listing files and folder can be done using the LS method. This method returns a list of all objects in a folder.
POST
https://fileio.couchdrop.io/file/ls
List files and directories in a given path
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
You can use the LSTAT method to get details on an individual file or folder
POST
https://fileio.couchdrop.io/file/lstat
Retrieve properties for a file or folder.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
token
string
API Access Token
path
string
Target Path
token
string
API Access Token
path
string
Target path of file or folder.