// This defines protocol for a simple server that lists files.//// See also the nanopb-specific options in fileproto.options.messageListFilesRequest{optionalstringpath=1[default="/"];}messageFileInfo{requireduint64inode=1;requiredstringname=2;}messageListFilesResponse{optionalboolpath_error=1[default=false];repeatedFileInfofile=2;}