Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

files api #72

Closed
daviddias opened this issue Oct 6, 2015 · 1 comment
Closed

files api #72

daviddias opened this issue Oct 6, 2015 · 1 comment

Comments

@daviddias
Copy link
Contributor

Add the files API option to node-ipfs-api

» 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

@daviddias
Copy link
Contributor Author

on #74

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant