uawdijnntqw1x1x1
IP : 18.225.195.162
Hostname : server86.web-hosting.com
Kernel : Linux server86.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
.
/
.
/
..
/
..
/
lib64
/
gawk
/
..
/
python2.7
/
Demo
/
pdist
/
sumtree.py
/
/
import time import FSProxy def main(): t1 = time.time() #proxy = FSProxy.FSProxyClient(('voorn.cwi.nl', 4127)) proxy = FSProxy.FSProxyLocal() sumtree(proxy) proxy._close() t2 = time.time() print t2-t1, "seconds" raw_input("[Return to exit] ") def sumtree(proxy): print "PWD =", proxy.pwd() files = proxy.listfiles() proxy.infolist(files) subdirs = proxy.listsubdirs() for name in subdirs: proxy.cd(name) sumtree(proxy) proxy.back() main()
/home/././../../lib64/gawk/../python2.7/Demo/pdist/sumtree.py