I am creating a utility in Windows with C# as a programming langugage.
Reqirement is
- to create a connection with Unix Server -- i am trying to connect to Putty.exe
- delete old files from specific location
- copy new files to specific location.
Now, my question is how to pass "host name" + loginID & password to the putty dynamically.
Process.Start(@"C:\Putty\putty.exe");
This is opening putty with configuration wizard, can i pass all the values in the command directly