Get‐list - rejetto/hfs GitHub Wiki

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

This list is plain text, not a web page, and it's mainly designed for automated tools or 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. E.g., ?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 to make the request.