Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/interplanetarydevs/ipfs-ftp
- Owner: InterplanetaryDevs
- Created: 2022-07-21T08:33:48.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-02T16:29:00.000Z (about 2 years ago)
- Last Synced: 2024-12-03T15:09:28.407Z (26 days ago)
- Topics: ftp, ftp-server, ipfs, ipfs-api, ipfs-mfs
- Language: TypeScript
- Homepage:
- Size: 1.11 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```