Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

track: Files API + MFS #60

Closed
Closed
@daviddias

Description

@daviddias

The files API offers an interface to work with unixfs, a Merklelized Data Structure that represents a typical FileSystem used in a Unix OS. with files, dirs and symlinks. This API is what enables IPFS to add and retrieve files without having to ask the users to convert their data into a graph data structure.

To learn more about the Files API, you can

Implementation roadmap

  • Files API spec Files API spec specs#88
  • Unixfs Spec
  • jsipfs files add (current ipfs add)
  • jsipfs files cat (current ipfs cat)
    • cat subfiles
  • jsipfs files get (current ipfs get)
  • jsipfs files mv - Move files.
  • jsipfs files cp - Copy files into mfs.
  • jsipfs files ls - List directories.
  • jsipfs files mkdir - Make directories.
  • jsipfs files stat - Display file status.
  • jsipfs files rm ... - Remove a file.
  • jsipfs files read - Read a file in a given mfs.
  • jsipfs files write - Write to a mutable file in a given filesystem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    exp/expertHaving worked on the specific codebase is importanthelp wantedSeeking public contribution on this issuestatus/deferredConscious decision to pause or backlog

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions