Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我坚持将目录更改为“\10.10.10.10\D$\some_dir”
FileUtils.chdir("\\\\10.10.10.10\\D$\\some_dir\\")
和
Dir.chdir("\\\\10.10.10.10\\D$\\some_dir\\")
不要在 Ruby 1.9.3 中工作!它在 Ruby 1.8.7 中工作
任何想法如何将目录更改为远程框目录?
好的,这是 Windows 中的一个问题,它无法访问远程框上的指定文件夹,因为没有指定用于访问该文件夹的凭据,我所做的就是去 win explorer 并在地址行中将远程文件夹的路径框“\10.10.10.10\D$\some_dir” - 之后提示凭据,只需输入它们并在您通过资源管理器访问文件夹后输入“记住凭据”脚本运行正常