Re: find free hard disk space remote windows host

2009-08-31 Thread Tim Golden
Daniel wrote: Hello, I'm trying to determine the amount of free hard disk space on a remote windows host. Seems like this should be simple, but it's giving me grief. Here's what I've tried: mystat = os.stat('//remotehost/share/') mystat (16895, 0L, 0, 0, 0, 0, 0L, 1251731920, 1251731289, 12

find free hard disk space remote windows host

2009-08-31 Thread Daniel
Hello, I'm trying to determine the amount of free hard disk space on a remote windows host. Seems like this should be simple, but it's giving me grief. Here's what I've tried: >>> mystat = os.stat('//remotehost/share/') >>> mystat (16895, 0L, 0, 0, 0, 0, 0L, 1251731920, 1251731289, 1249399952)