Never used TFTP server for a Xen cluster at HSWAW.
0a13eb5716
git-svn-id: https://tftpy.svn.sourceforge.net/svnroot/tftpy/trunk@13 63283fd4-ec1e-0410-9879-cb7f675518da |
||
---|---|---|
bin | ||
doc | ||
lib | ||
LICENSE | ||
MANIFEST.in | ||
README | ||
setup.py |
Copyright, Michael P. Soulier, 2006. About Release 0.1: ================== This is an initial release in the spirit of "release early, release often". Currently the sample client works, supporting RFC 1350. The server is not yet implemented, and RFC 2347 and 2348 support (variable block sizes) is underway, planned for 0.2. About Tftpy: ============ Tftpy is a TFTP library for the Python programming language. It includes client and server classes, with sample implementations. Hooks are included for easy inclusion in a UI for populating progress indicators. It supports RFCs 1350, 2347 and 2348. This library was developed against Python 2.4.1. Project page: http://sourceforge.net/projects/tftpy/ License is the CNRI Python License. http://www.opensource.org/licenses/pythonpl.php See LICENSE in this distribution. Author: ======= Michael P. Soulier <msoulier@digitaltorque.ca>