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.
我想比较来自两个不同位置的目录。我想知道是否可以访问我的服务器外部的目录?还是有其他方法可以进行文件比较?
要使用标准System.IO方法(即不是 FTP)访问另一台服务器上的文件,您需要做两件事:
System.IO
从那里您可以使用它们的 UNC 路径访问这些文件夹:
\\{ServerName}\{ShareName}\folder1\sub1\...