Re: NFS Help



Clement wrote:
how to get the file from NFS share in python......

NFS share is mounted on your local directory, you get to it
the same way you would any other file (e.g. go to the mount
point and get the file).

-Larry
.



Relevant Pages