Create parent directory for file transfers to remote server

This commit is contained in:
baldurk
2018-02-01 17:59:03 +00:00
parent f5aa915f3f
commit 427a89db0b
+2
View File
@@ -315,6 +315,8 @@ static void ActiveRemoteClientThread(ClientThread *threadData,
RDCLOG("Copying file to local path '%s'.", path.c_str());
FileIO::CreateParentDirectory(path);
{
READ_DATA_SCOPE();