I have done some debugging and SftpSession.RequestRealPath doesn't return null as SftpClient.Exists expects, but a array of KeyValuePair<string, SftpFileAttributes> with 1 item where SftpFileAttributes are empty/has bogus values (userid=-1, groupid=-1, size=-1 etc)
↧