Skip to content
Massimo Melina edited this page Oct 7, 2024 · 1 revision

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.
Clone this wiki locally