How to get a network resource on a windows server
I am new to learn program. please do me a favor. I am working in windows environment and I want copy some files from a remote share folder. I formerly mapped these share folers to a local device, then run my python script to copy files matching the given pattern to destination folder and deal with them Now I want to let my script establish a connection between NULL device name and a shared resource then return a list of files matching the given pattern and copy them to local host I have installed Window Extensions but I do not know how to operate this romote resource. who can give some instruction or a sample about it. thanks! best reagards Frank Lin -- http://mail.python.org/mailman/listinfo/python-list
Re: How to get a network resource on a windows server
Hi TIm : The 3rd case fit me and all tips are useful ^_^ Thanks for you help! -- On Thu, 1 Dec 2005 08:49:42 -, Tim Golden wrote: >It's not entirely clear exactly what you're trying >to do. I'll present some (hopefully) useful tips >based on a bit of guesswork. I'm assuming you're >familiar with the various ways of copying things >around (copy, xcopy, robocopy, Python's shutil >module) but feel free to come back and ask if >that's where the stumbling block is. -- http://mail.python.org/mailman/listinfo/python-list
