Api/netfolder.list()

From Minux Wiki
Revision as of 22:40, 24 September 2024 by Shorun (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

this api is part of netfolder

it is used by netfolder clients to list the contents of a folder on a fileserver


usage:

netfolder.list(server, path)


output:

does a recursive fs.list() on the fileserver's disk, target is "path". the result gets sent to the client and stored in /temp/netfolder/list.ls

this can then be used to "getfolder" or to find a specific file.