You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.
» ipfs files --help
ipfs files - Manipulate unixfs files
SUBCOMMANDS:
ipfs files cp <source> <dest> - copy files into mfs
ipfs files ls <path> - List directories
ipfs files mkdir <path> - make directories
ipfs files stat <path> - display file status
ipfs files rm <path>... - remove a file
ipfs files read <path> - Read a file in a given mfs
ipfs files write <path> <data> - Write to a mutable file in a given filesystem
ipfs files mv <source> <dest> - Move files
Use 'ipfs files <subcmd> --help' for more information about each command.
DESCRIPTION:
Files is an API for manipulating ipfs objects as if they were a unix filesystem.
/api/files/{ls,read,write,mkdir,rm...}
note: only available on dev0.4.0 branch for now
The text was updated successfully, but these errors were encountered:
Add the files API option to node-ipfs-api
/api/files/{ls,read,write,mkdir,rm...}
note: only available on dev0.4.0 branch for now
The text was updated successfully, but these errors were encountered: