On Mon, 13 Jan 2020 13:45:55 +0100, Jan Klemkow wrote: > This diff simplifies globbing for the ftpd(8) ls and stat command. And > it avoids to glob for the parameters "-lgA". > > Due, we just pass a single string to the ftpd_ls() function, we don't > need to provide infrastructure for a dynamic list of arguments.
This conflicts with the diff to support NLIST arguments from SASANO Takayoshi. I think we can support this by adding a flag to ftpd_ls() that indicates whether it is a long list or not. - todd