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: 11 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 13 years ago)
- Default Branch: master
- Last Pushed: 2014-10-27T17:28:55.000Z (over 11 years ago)
- Last Synced: 2025-01-22T06:27:01.718Z (about 1 year 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.