ASP.NET Core command executes Linux shell command

Is there any way to execute a Linux shell command from an ASP.NET main application and return the value to a variable?

+3
source share
1 answer

Currently, it is best to use pre-release SSH.Net.Core https://www.nuget.org/packages/SSH.Net.Core/0.9.1-rc

+2
source

Source: https://habr.com/ru/post/1661703/


All Articles