I have deployed my application based on WinSCP .NET assembly in Linux. I'm getting this error:
WinSCP.SessionLocalException: The winscp.exe executable was not found at the location of the assembly WinSCPnet
SessionOptions sessionOptions = new SessionOptions
{
Protocol = Protocol.Sftp,
HostName = _sftpConfig["Host"],
UserName = _sftpConfig["UserName"],
Password = _sftpConfig["Password"],
};