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

Revert to central tmp location for running transfers

parent 349ef0d0
Branches
No related tags found
No related merge requests found
...@@ -292,9 +292,9 @@ namespace ATxCommon.Serializables ...@@ -292,9 +292,9 @@ namespace ATxCommon.Serializables
/// <returns>A string with the path to the current tmp dir.</returns> /// <returns>A string with the path to the current tmp dir.</returns>
public string TxTargetTmp => public string TxTargetTmp =>
Path.Combine(_config.DestinationDirectory, Path.Combine(_config.DestinationDirectory,
_txTargetUser,
_config.TmpTransferDir, _config.TmpTransferDir,
Environment.MachineName); Environment.MachineName,
_txTargetUser);
#endregion getter only methods #endregion getter only methods
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment