Current Path: > > usr > lib64 > python2.7 > Demo > rpc
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
MANIFEST | File | 361 bytes | April 19 2020 21:13:39. | |
README | File | 1261 bytes | April 19 2020 21:13:39. | |
T.py | File | 575 bytes | April 19 2020 21:13:39. | |
T.pyc | File | 952 bytes | April 10 2024 04:58:46. | |
T.pyo | File | 952 bytes | April 10 2024 04:58:46. | |
mountclient.py | File | 6632 bytes | April 19 2020 21:13:39. | |
mountclient.pyc | File | 5712 bytes | April 10 2024 04:58:46. | |
mountclient.pyo | File | 5712 bytes | April 10 2024 04:58:46. | |
nfsclient.py | File | 5323 bytes | April 19 2020 21:13:39. | |
nfsclient.pyc | File | 6903 bytes | April 10 2024 04:58:46. | |
nfsclient.pyo | File | 6903 bytes | April 10 2024 04:58:46. | |
rnusersclient.py | File | 2629 bytes | April 19 2020 21:13:39. | |
rnusersclient.pyc | File | 5131 bytes | April 10 2024 04:58:46. | |
rnusersclient.pyo | File | 5131 bytes | April 10 2024 04:58:46. | |
rpc.py | File | 27631 bytes | April 19 2020 21:13:39. | |
rpc.pyc | File | 30438 bytes | April 10 2024 04:58:46. | |
rpc.pyo | File | 30438 bytes | April 10 2024 04:58:46. | |
test | File | 697 bytes | April 19 2020 21:13:39. | |
xdr.py | File | 5047 bytes | April 19 2020 21:13:39. | |
xdr.pyc | File | 7909 bytes | April 10 2024 04:58:46. | |
xdr.pyo | File | 7909 bytes | April 10 2024 04:58:46. |
This is a Python interface to Sun RPC, designed and implemented mostly by reading the Internet RFCs about the subject. *** NOTE: xdr.py has evolved into the standard module xdrlib.py *** There are two library modules, xdr.py and rpc.py, and several example clients: mountclient.py, nfsclient.py, and rnusersclient.py, implementing the NFS Mount protocol, (part of) the NFS protocol, and the "rnusers" protocol (used by rusers(1)), respectively. The latter demonstrates the use of broadcast via the Port mapper's CALLIT procedure. There is also a way to create servers in Python. To test the nfs client, run it from the shell with something like this: python -c 'import nfsclient; nfsclient.test()' [hostname [filesystemname]] When called without a filesystemname, it lists the filesystems at the host; default host is the local machine. Other clients are tested similarly. For hostname, use e.g. wuarchive.wustl.edu or gatekeeper.dec.com (two hosts that are known to export NFS filesystems with little restrictions). There are now two different RPC compilers: 1) Wim Lewis rpcgen.py found on http://www.omnigroup.com/~wiml/soft/stale-index.html#python. 2) Peter �strands rpcgen.py, which is part of "pynfs" (http://www.cendio.se/~peter/pynfs/).
SILENT KILLER Tool