I have one application to write in C# (I can write that in Java as well) This application is basically accepts some information from user and using these information we are creating some files on Linux system (This is the idea)
Using what libraries I can achieve this ? Assumption: I do have credentials and access to the Linux machine.
What is the best way to do this ? How can I do this with .NET and Java ?
Application must be on Windows. Mostly application will be developed in ASP.net/C#.net/Java (only windows)
Some examples: 1. I will be creating a file say abc.rb on one linux server. 2. Execute a command e.g. sudo app-client or any other command like "service httpd restart"