Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/keithduncan/ftp_server
- Owner: keithduncan
- Created: 2012-12-16T20:52:35.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-10-27T17:28:55.000Z (about 10 years ago)
- Last Synced: 2024-10-13T23:26:57.901Z (3 months ago)
- Topics: ftp, http, objective-c, server, virtual-file-system
- Language: Objective-C
- Homepage:
- Size: 226 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.