Api/netfolder.list()

From Minux Wiki
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.