locked
System.Diagnostics.Process not running a batch file from visual studio RRS feed

  • Question

  • I have bat file which has a scp command to transfer file from one server to the other. I am ruuning the bat file from c# code using System.Diagnostics.Process.Start(). it is throwing an error : unknown user 0. The sftp keys are configured.

    Please suggest a solution

    Thursday, February 8, 2018 10:59 AM