[KVM-AUTOTEST PATCH v4] [RFC] KVM test: add python client for rss file transfer services

2010-07-04 Thread Michael Goldish
See details in docstrings in rss_file_transfer.py. See protocol details in deps/rss.cpp. Changes from v3: - Protocol change: instead of sending a file as one big packet, send it in multiple chunks. See details in deps/rss.cpp. Changes from v2: - Raise FileTransferNotFoundError if no files/dirs

Re: [KVM-AUTOTEST PATCH v4] [RFC] KVM test: add python client for rss file transfer services

2010-07-07 Thread Lucas Meneghel Rodrigues
On Sun, 2010-07-04 at 16:42 +0300, Michael Goldish wrote: > See details in docstrings in rss_file_transfer.py. > See protocol details in deps/rss.cpp. I've gone through both rss.cpp code and rss_file_transfer.py code, and must say it's very good. The only comment I'd make about this module is that