Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steveklabnik/dtp
Document Transfer Protocol
https://github.com/steveklabnik/dtp
Last synced: 12 days ago
JSON representation
Document Transfer Protocol
- Host: GitHub
- URL: https://github.com/steveklabnik/dtp
- Owner: steveklabnik
- Created: 2013-04-22T10:15:22.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-04-22T10:20:19.000Z (over 11 years ago)
- Last Synced: 2024-10-10T20:19:36.720Z (about 1 month ago)
- Homepage:
- Size: 98.6 KB
- Stars: 12
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Document Transfer Protocol
==========================DTP is a description of how to get two different computers on a network to
share documents with one another.DTP attempts to be _conceptually_ similar to HTTP, but much simpler. If you're
a newbie to networking protocols, DTP is a simple introduction to the topic.Spec
----The spec is located in the `spec` directory. It is written in [ReStructured Text](http://docutils.sourceforge.net/rst.html).
Sample implementation
---------------------There is a sample implementation located in the `sample` directory.