gnoi icon indicating copy to clipboard operation
gnoi copied to clipboard

clarification on `file.stat` behavior for directories

Open hellt opened this issue 3 years ago • 1 comments

Hi all, what is expected from a target when File.Stat RPC is used with a path that points to a directory with nested directories?

Should the target recursively provide stat information or should it only consider files/directories listed by the specified path without doing recursive lookups?

hellt avatar Aug 17 '22 18:08 hellt

I don't believe recursion is expected only a list of all objects at the provided path

marcushines avatar Aug 19 '22 15:08 marcushines