SSH.NET
SSH.NET copied to clipboard
SftpClient.Exists throws an exception when file doesn't exist
SftpClient.Exists is supposed to be used for testing for file existence but internally causes an exception to be thrown when a file doesn't exist, which is inefficient and makes debugging etc. a bit painful.