added context menu to download folders

This commit is contained in:
2023-02-02 17:14:04 +01:00
parent d70d081139
commit 5804e43d1f
5 changed files with 35 additions and 15 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ void downloadFile::download(MainWindow *mw)
argv[1] = "--bwlimit=" + to_string(mw->connexion.bandwidthLimit) + mw->connexion.bandwidthLimitUnit;
}
argv[2] = "--port=" + to_string(mw->connexion.port);
argv[3] = "-P";
argv[3] = "-aP";
argv[4] = d.server + "::" + d.service + "/" + d.path;
argv[5] = d.savePath + "/";
argv[6].clear();