tahoe-lafs/src/allmydata/scripts
Zooko O'Whielacronx 6ed3a23c62 incomplete version of tahoe-put.py
It doesn't exit properly afterward, and it might not do the best things with non-success responses from the server.
(See tahoe-put-web2ish.py for an example of better response handling.)
2007-08-16 16:01:01 -07:00
..
__init__.py move all packages into src/, fix allmydata.Crypto build. Now you must perform a 'setup.py build' before using anything, and you must add the build directory (build/lib.linux-i686-2.4) to your PYTHONPATH before doing anything 2006-12-14 03:39:50 -07:00
cli.py scripts: rearrange Options, make --version behave the same for all commands 2007-08-16 12:50:19 -07:00
common.py scripts: rearrange Options, make --version behave the same for all commands 2007-08-16 12:50:19 -07:00
create_node.py runner.py: further refactoring 2007-07-10 19:05:18 -07:00
debug.py uri: implement URI-processing classes, IFileURI/IDirnodeURI, use internally 2007-07-21 15:40:36 -07:00
runner.py scripts: rearrange Options, make --version behave the same for all commands 2007-08-16 12:50:19 -07:00
startstop_node.py If do_stop attempts to stop a nonexistent process the OSError exception is caught (by errno) and handled tersely. 2007-08-09 08:57:45 -07:00
tahoe_get.py cli: implement 'get' 2007-07-11 10:26:19 -07:00
tahoe_ls.py tahoe_ls: remove a couple of vestigial or debugging bits 2007-07-10 19:46:40 -07:00
tahoe_put-web2ish.py a first crack at the "put" command-line 2007-08-16 12:15:38 -07:00
tahoe_put.py incomplete version of tahoe-put.py 2007-08-16 16:01:01 -07:00