|
|
|
@@ -171,7 +171,7 @@ namespace CSVDownloader.Web { |
|
|
|
var file = files[0]; |
|
|
|
|
|
|
|
|
|
|
|
if (file.Name.Contains(".crdownload")) { |
|
|
|
if (file.Name.Contains(".crdownload") || file.Name.Contains(".tmp")) { |
|
|
|
// ダウンロード継続 |
|
|
|
last_size = file.Length; |
|
|
|
logger_.Info($"ダウンロード監視中:{file.Name} size:{file.Length}"); |
|
|
|
|