SSH.NET
SSH.NET copied to clipboard
User home shorthand (`~`) support
SftpClient does not support '~'. This is used by SSH, as linux/unix, as a shorthand for the user home.
For instance, Exists would return false for a call with ~/something, although something would exists in user's home.
Is this a SFTP protocol limitation?