Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/interplanetarydevs/ipfs-ftp

A simple nodejs ftp server that serves the MFS of a local ipfs node
https://github.com/interplanetarydevs/ipfs-ftp

ftp ftp-server ipfs ipfs-api ipfs-mfs

Last synced: 8 days ago
JSON representation

A simple nodejs ftp server that serves the MFS of a local ipfs node

Awesome Lists containing this project

README

        

# ipfs-ftp

A simple ftp server that serves the IPFS MFS.
It has no authentication and will only connect to an ipfs node running on standard ports (as of now).

## Usage

```bash
yarn install
yarn start
```