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: 3 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 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-02T16:29:00.000Z (about 3 years ago)
- Last Synced: 2025-02-13T14:19:16.399Z (11 months 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
```