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

Edit formatting & link MFS to ProtoSchool #499

Merged
merged 1 commit into from
Jul 17, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions SPEC/FILES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

> The files API enables users to use the File System abstraction of IPFS. There are two Files API, one at the top level, the original `add`, `cat`, `get` and `ls`, and another behind the [`files`, also known as MFS](https://github.com/ipfs/specs/issues/98). [We are currently going through a revamping process of these APIs to make them more user-friendly](https://github.com/ipfs/interface-ipfs-core/issues/284).

- The Regular (top level) API for add, cat, get and ls Files on IPFS
#### The Regular API
The regular, top-level API for add, cat, get and ls Files on IPFS
- [add](#add)
- [addFromFs](#addfromfs)
- [addFromStream](#addfromstream)
Expand All @@ -18,7 +19,11 @@
- [ls](#ls)
- [lsPullStream](#lspullstream)
- [lsReadableStream](#lsreadablestream)
- The Files API, aka MFS (Mutable File System)

#### The Files API
The Files API, aka MFS (Mutable File System)

_Explore the Mutable File System through interactive coding challenges in our [ProtoSchool tutorial](https://proto.school/#/mutable-file-system/)._
- [files.cp](#filescp)
- [files.flush](#filesflush)
- [files.ls](#filesls)
Expand Down