Skip to content

SFTP Rename with flags (atomic) #563

@ahweis

Description

@ahweis

The default SSH rename command do not sent any flags for how to handle the rename. In the SSH spec it is possible to send the three flags:

SSH_FXF_RENAME_OVERWRITE 0x00000001
SSH_FXF_RENAME_ATOMIC 0x00000002
SSH_FXF_RENAME_NATIVE 0x00000004

At the last uint32 part of the rename command. Will it be possible to extend the rename function to support a list of flags to include (default to 0) or create an overloaded function that supports this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions