[Tutor] network file copy

alan.gauld@bt.com alan.gauld@bt.com
Thu, 13 Sep 2001 11:19:03 +0100


> can someone give me some ideas as to how I can copy files to 
> a network share on the Win32 platform?

See my recent post about using WSH from within Python.
You can do this stuff using the WSH objects, specifically 
the filesystem object allows access to shares but I think 
the net object also does it. (I don't have my WSH book to 
hand right now...)

HTH,

Alan G.