[PR #795] [CLOSED] Add feature to give additional parameters for uploaded/downloaded executables #1189

Closed
opened 2026-02-27 15:53:26 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/quasar/Quasar/pull/795
Author: @visuve
Created: 1/23/2020
Status: Closed

Base: masterHead: feature-args


📝 Commits (1)

  • e6a578a Add feature to give additional parameters for uploaded/downloaded executables

📊 Changes

9 files changed (+115 additions, -26 deletions)

View changed files

📝 Quasar.Client/Commands/MiscHandler.cs (+2 -0)
📝 Quasar.Client/Properties/AssemblyInfo.cs (+2 -2)
📝 Quasar.Common/Messages/DoDownloadAndExecute.cs (+3 -0)
📝 Quasar.Common/Messages/DoUploadAndExecute.cs (+3 -0)
📝 Quasar.Server/Forms/FrmDownloadAndExecute.Designer.cs (+41 -10)
📝 Quasar.Server/Forms/FrmDownloadAndExecute.cs (+7 -0)
📝 Quasar.Server/Forms/FrmMain.cs (+5 -2)
📝 Quasar.Server/Forms/FrmUploadAndExecute.Designer.cs (+45 -12)
📝 Quasar.Server/Forms/FrmUploadAndExecute.cs (+7 -0)

📄 Description

  • This way I do not have to "hard code" everything I upload to the target machine

Upload & execute view:
image

Download & execute view:
image


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/quasar/Quasar/pull/795 **Author:** [@visuve](https://github.com/visuve) **Created:** 1/23/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature-args` --- ### 📝 Commits (1) - [`e6a578a`](https://github.com/quasar/Quasar/commit/e6a578aaa880586da8ae25478523024b45f97a38) Add feature to give additional parameters for uploaded/downloaded executables ### 📊 Changes **9 files changed** (+115 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `Quasar.Client/Commands/MiscHandler.cs` (+2 -0) 📝 `Quasar.Client/Properties/AssemblyInfo.cs` (+2 -2) 📝 `Quasar.Common/Messages/DoDownloadAndExecute.cs` (+3 -0) 📝 `Quasar.Common/Messages/DoUploadAndExecute.cs` (+3 -0) 📝 `Quasar.Server/Forms/FrmDownloadAndExecute.Designer.cs` (+41 -10) 📝 `Quasar.Server/Forms/FrmDownloadAndExecute.cs` (+7 -0) 📝 `Quasar.Server/Forms/FrmMain.cs` (+5 -2) 📝 `Quasar.Server/Forms/FrmUploadAndExecute.Designer.cs` (+45 -12) 📝 `Quasar.Server/Forms/FrmUploadAndExecute.cs` (+7 -0) </details> ### 📄 Description - This way I do not have to "hard code" everything I upload to the target machine Upload & execute view: ![image](https://user-images.githubusercontent.com/1839996/72995663-f71d3f80-3e01-11ea-8dc8-145b37be9946.png) Download & execute view: ![image](https://user-images.githubusercontent.com/1839996/72995741-16b46800-3e02-11ea-9297-de1a439bd2ac.png) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:53:26 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Quasar#1189
No description provided.