Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 451 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 451 Bytes

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

gitftp /path/to/repo

It listens on port 8021.

How to build

  • Install libgit2
  • 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.