You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.