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