diff --git a/main.lisp b/main.lisp index 56b31c6..b1611fb 100644 --- a/main.lisp +++ b/main.lisp @@ -493,7 +493,7 @@ (defun files-ls (&optional (path "/")) "List directories in local mutable namespace. /ipns/docs.ipfs.io/reference/api/http/#api-v0-files-ls" - (ipfs-call "files/ls" `(("arg" ,path)))) + (ipfs-call "files/ls" `(("arg" ,path) ("long" "true")))) ;; STRING [:BOOLEAN :NUMBER :STRING] → NIL || (NIL STRING) (defun files-mkdir (path &key (parents nil) (cid-version nil) (hash nil))