https://github.com/kami/python-twisted-binary-file-transfer-demo
Simple demo which shows how you can transfer binary files using the Twisted framework.
https://github.com/kami/python-twisted-binary-file-transfer-demo
Last synced: over 1 year ago
JSON representation
Simple demo which shows how you can transfer binary files using the Twisted framework.
- Host: GitHub
- URL: https://github.com/kami/python-twisted-binary-file-transfer-demo
- Owner: Kami
- License: gpl-3.0
- Created: 2010-03-14T14:16:01.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2010-04-22T05:04:41.000Z (over 16 years ago)
- Last Synced: 2025-02-03T22:38:34.649Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 103 KB
- Stars: 17
- Watchers: 4
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Description
===
Simple demo which shows how you can transfer binary files using the Twisted framework.
Known problems
===
There is a known problem with STDIO when connected to a console in Windows and you need a patched located on http://twistedmatrix.com/trac/ticket/2157 if you want the client to work and accept commands.