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

https://github.com/begriffs/gitftp

Browse git over anonymous FTP
https://github.com/begriffs/gitftp

Last synced: 6 months ago
JSON representation

Browse git over anonymous FTP

Awesome Lists containing this project

README

          

## GitFTP

Browse git tree and download files over anonymous FTP.

This is a tiny, portable FTP server that reads from a Git object
database rather than a filesystem.

### Usage

```bash
gitftp /path/to/repo
```

It listens on port 8021.

### How to build

* Install [libgit2](https://libgit2.org/)
* Clone this project
* Run `make`

### TODOs

This is a proof-of-concept. See the issues for ideas to make it full
fledged. Pull requests are welcome.