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

SftpClient.ChangeDirectory does not affect SftpClient.Create() or SftpClient.Open()

Open ramon-garcia opened this issue 8 months ago • 0 comments

If one changes directory with sftpclient.ChangeDirectory(path) and then tries to create a file in the new path sftpclient.Create(filename)

the Create command does not see the change directory.

The same happens with other SftpClient functions like Open()

Best regards.

ramon-garcia avatar Feb 27 '25 09:02 ramon-garcia