Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/keithduncan/ftp_server

Combined FTP and HTTP server sharing an atomic, in-memory virtual file system.
https://github.com/keithduncan/ftp_server

ftp http objective-c server virtual-file-system

Last synced: about 2 months ago
JSON representation

Combined FTP and HTTP server sharing an atomic, in-memory virtual file system.

Awesome Lists containing this project

README

        

# FTP Server

An application which runs both an FTP and HTTP server that share an atomic
virtual file system. Allows for files to be updated via FTP without
interrupting any in-flight HTTP transfers.