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
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)