diff --git a/downloadfile.cpp b/downloadfile.cpp index 951f131..25cdc3b 100644 --- a/downloadfile.cpp +++ b/downloadfile.cpp @@ -74,7 +74,7 @@ void MainWindow::download() param << "--port" << QString::number(this->downloading.port).trimmed(); param << "-aXP"; - param << "\"[" + server + "]::" + this->downloading.service.trimmed() + "/" + preparePath(this->downloading.path) << preparePath(this->downloading.savePath) + "/"; + param << "[" + server + "]::" + this->downloading.service.trimmed() + "/" + preparePath(this->downloading.path) << preparePath(this->downloading.savePath) + "/"; info(DEBUGMACRO, cmd + " " + param.join(" "));