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

Renci.SshNet.Common.SftpPathNotFoundException

The exception that is thrown when file or directory is not found.
namespace Renci.SshNet.Common { public class SftpPathNotFoundException : SshException { public SftpPathNotFoundException(); public SftpPathNotFoundException(string message); public SftpPathNotFoundException(string message, Exception innerException); } }