How to run python from a network machine to local host? -


i've python script in network machine, can open network through explorer , have access script. through script network,i want create folders/files , write/read files in localhost. there way in python?

the part is: have read access on script.

what need python installation on local machine , preferably drive letter mapping script's folder. if not mapped, can scripted net use <letter>: \\<remote host>\<shared folder>.

then it's easy cd <letter>:\<path>\ ; python <script>.py.

then output of script. apparently creates files. can supply target folder on script's command line? in case supply local path.


Comments