Skip to content
Massimo Melina edited this page Nov 20, 2024 · 3 revisions

When you click the "Get list" in a folder-menu, or you append ?get=list to a folder's link, you get a list of links to its files.

This list is a simple text, not a web-page, and it's mainly designed to be used with automated tools/scripts.

Parameters supported in the URL:

  • folders: if it's *, the list will also include sub-folders.

  • depth: if it's absent or 0, you will only get the single-level list. You can pass 1 or higher to get sub-items up to the specified depth, or pass * to get items at any depth. Eg: ?get=list&folders=*&depth=* will produce all items, even inside subfolders.

  • prepend: if you pass this value, it will be used instead of the domain part of the URL. If you pass prepend=*, it will use the same address you are using making the request.

    image
Clone this wiki locally