摘要: 1 # -*- coding: utf-8 -*- 2 #! /usr/bin/env python 3 4 ''' 5 Windows系统映射网络驱动器 6 ''' 7 8 import os 9 10 def main():11 print 'mount starage'12 13 local = 'Z:'14 remote = '\\\\172.16.253.202\chuanqing.wu'15 username = 'chuanqing.wu'16 password = & 阅读全文
posted @ 2014-01-16 14:47 V42 阅读(1688) 评论(0) 推荐(0) 编辑