Skip to content
Snippets Groups Projects
Commit 4845e053 authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Use host-specific temporary transfer folders.

Closes #19
parent 840fe313
No related branches found
No related tags found
No related merge requests found
...@@ -279,6 +279,7 @@ namespace ATxCommon.Serializables ...@@ -279,6 +279,7 @@ namespace ATxCommon.Serializables
public string CurrentTargetTmpFull() { public string CurrentTargetTmpFull() {
return Path.Combine(_config.DestinationDirectory, return Path.Combine(_config.DestinationDirectory,
_config.TmpTransferDir, _config.TmpTransferDir,
Environment.MachineName,
_currentTargetTmp); _currentTargetTmp);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment