os.listdir("\\\\remotehost\\share")
但是,如果我尝试列出远程主机上可用的网络驱动器/目录,则python会失败,其示例将在以下代码段中显示:
os.listdir("\\\\remotehost")
有谁知道为什么这不起作用?,任何帮助/解决方法表示赞赏.