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.

Cannot append to end of file with CLI #53

Closed
adamlaska/ipfs-js-ipfs
#2
@alanshaw

Description

@alanshaw

Seems to be the case for daemon on and daemon off:

js-ipfs:

$ echo "hello" | ipfs files write /test
$ ipfs files read /test
hello
$ echo "hello" | ipfs files write /test --offset=6
$ ipfs files read /test
hello

go-ipfs:

$ echo "hello" | ipfs files write /test
$ ipfs files read /test
hello
$ echo "hello" | ipfs files write /test --offset=6
$ ipfs files read /test
hello
hello

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