Webclientダウンロードバイナリファイル
WebClient is the best method to download file. But you can use the following method to download a file asynchronously from web server. private static void DownloadCurrent() { HttpWebRequest webRequest = (HttpWebRequest エクセルファイルを開いて操作する処理がありまして、 WebClient.DownloadFileを使って、ftpからダウンロードする処理を実現しています。 ネットで調べたところ、特に難しし処理ではないみたいなので、ソースは以下のようにしています。