SSH.NET icon indicating copy to clipboard operation
SSH.NET copied to clipboard

User home shorthand (`~`) support

Open msdobrescu opened this issue 10 months ago • 1 comments

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?

msdobrescu avatar Dec 17 '24 08:12 msdobrescu