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.
私は を使用しftpてファイルを読み取り、それらを使用して何らかの処理を行っています。
ftp
私の質問は、アクセスしようとしているときに、他のftp誰かが同じデータにデータを書き込んでいるかどうかを確認するにはどうすればよいdirectoryですか?
directory
ftp のディレクトリが現在 " " であるかどうかを知りたいですbusy。
busy
私はC#自分のコードに使用しています。
C#