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

files api #72

Closed
Closed
@daviddias

Description

@daviddias

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions