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.
12 lines
350 B
Python
12 lines
350 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")
|