Skip to content

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

@ramon-garcia

Description

@ramon-garcia

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions