You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
533 B
Python
15 lines
533 B
Python
import pytahoe
|
|
|
|
#fs = pytahoe.Filesystem("http://localhost:3456/")
|
|
#print fs
|
|
#tdir = fs.Directory("URI:DIR2:jjw572jvowd473fo2n7rw6uiai:hloglrouhwgjpubcpyq5nrb4ezyijdfiboe3hquadgzjrmkdikxa")
|
|
#print tdir
|
|
#for name, item in tdir.children.iteritems():
|
|
# print "%s: %s" % (name, item)
|
|
|
|
#print fs.create_directory().mount("test")
|
|
#print fs.upload("test.py")
|
|
|
|
fs = pytahoe.Filesystem("http://tahoe.ccnmtl.columbia.edu/")
|
|
fs.Directory("URI:DIR2:cbk47f5lybaj5qh6bm6eedezwe:m525plntx47u44xvf44r6rliec3gp6yeyio7olndibtke75zb6fa").mount("test")
|