how to get the file from NFS share in python......
NFS Help
Collapse
This topic is closed.
X
X
-
ClementTags: None -
Larry Bates
Re: NFS Help
Clement wrote:NFS share is mounted on your local directory, you get to ithow to get the file from NFS share in python......
>
the same way you would any other file (e.g. go to the mount
point and get the file).
-Larry
-
Clement
Re: NFS Help
On Apr 19, 11:44 pm, Larry Bates <larry.ba...@we bsafe.comwrote:I want to know how to do it programaticallyClement 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
Comment
-
Larry Bates
Re: NFS Help
Clement wrote:What operating system are you on? If it is Linux you mountOn Apr 19, 11:44 pm, Larry Bates <larry.ba...@we bsafe.comwrote:>>Clement wrote:>NFS share is mounted on your local directory, you get to it>>how to get the file from NFS share in python......
>the same way you would any other file (e.g. go to the mount
>point and get the file).
>>
>-Larry
I want to know how to do it programatically
>
the NFS share and it becomes a subdirectory on your normal
filesystem. You get the file by accessing it from the
subdirectory.
-Larry
Comment
-
half.italian@gmail.com
Re: NFS Help
On Apr 19, 11:32 am, Clement <jeba.r...@gmai l.comwrote:You need to be more specific.how to get the file from NFS share in python......
If you just want to copy a file try shutil
Source code: Lib/shutil.py The shutil module offers a number of high-level operations on files and collections of files. In particular, functions are provided which support file copying and removal...
~Sean
Comment
Comment