Skip to content

.net core 2.2 http host take a file via post run a command on it return the output of the command.

License

Notifications You must be signed in to change notification settings

dshifflet/consolecommandproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

consolecommandproxy

.Net Core 2.2 http host takes a file via post and runs a shell command on it then returns the output of the command.

Set the command up in: appsettings.json

"AllowedHosts": "*", "OutputExtension" : ".zip", "Command" : "zip", "Arguments" : ""{1}" "{0}"", "TimeoutInMs" : 5000

Arguments {0} is the input, {1} is the output. The command to run in the shell is ZIP. These look reversed because of mac.

To change the URLs and ports edit the hosting.json. { "server.urls": "http://localhost:5100;http://localhost:5101;http://*:5102" }

About

.net core 2.2 http host take a file via post run a command on it return the output of the command.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages