Ivan Sieder
Ivan Sieder

Reputation: 952

ASP.NET Core execute Linux shell command

Is there any way to execute a linux shell command from within an ASP.NET Core application and return the value into a variable?

Upvotes: 4

Views: 3517

Answers (1)

Ivan Sieder
Ivan Sieder

Reputation: 952

Best possibility currently seems to be to use the prerelease of SSH.Net.Core https://www.nuget.org/packages/SSH.Net.Core/0.9.1-rc

Upvotes: 2

Related Questions