<PackageReference Include="SSH.NET" Version="2020.0.2" />

Renci.SshNet.Common.ScpException

public class ScpException : SshException
The exception that is thrown when SCP error occurred.
namespace Renci.SshNet.Common { public class ScpException : SshException { public ScpException(); public ScpException(string message); public ScpException(string message, Exception innerException); } }