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.
2 つの異なる場所のディレクトリを比較したい。サーバー外のディレクトリにアクセスできるかどうか疑問に思っていますか? または、ファイル比較を行う他の方法はありますか?
標準的な方法(つまりFTPではない)を使用して別のサーバー上のファイルにアクセスするには、次のSystem.IO2つが必要です。
System.IO
そこから、UNCパスを使用してフォルダにアクセスします。
\\{ServerName}\{ShareName}\folder1\sub1\...