Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
52431d5e
Commit
52431d5e
authored
Dec 17, 1992
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initial revision
parent
a619bd5b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
0 deletions
+30
-0
Demo/rpc/MANIFEST
Demo/rpc/MANIFEST
+9
-0
Demo/rpc/README
Demo/rpc/README
+21
-0
No files found.
Demo/rpc/MANIFEST
0 → 100644
View file @
52431d5e
File Name Archive # Description
-----------------------------------------------------------
MANIFEST 1 This shipping list
README 1
T.py 1
mountclient.py 1
nfsclient.py 1
rpc.py 1
xdr.py 1
Demo/rpc/README
0 → 100644
View file @
52431d5e
This is a VERY preliminary release of my Python interface to Sun RPC.
It consists of two library modules, xdr.py and rpc.py, and two example
clients, mountclient.py and nfsclient.py, implementing the NFS Mount
protocol and (part of) the NFS protocol, respectively.
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 the local machine).
For hostname, use e.g. wuarchive.wustl.edu or gatekeeper.dec.com (two
hosts that are known to export NFS filesystems with little restrictions).
Note: this was developed for Python 0.9.8beta (not yet released). I
have tried to put in compatibility hacks for Python 0.9.7beta
(available from ftp.cwi.nl) but I cannot guarantee that it will work
-- if it doesn't, let me know and I'll see what I can do. In
particular, if you don't have the built-in module "select", UDP
time-outs and retries won't work.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment