Skip to content

Support for rename on servers not supporting posix-rename@openssh.com #75

@wrvdklooster

Description

@wrvdklooster

At this moment sftppretty supports rename via posix-rename. This works on most servers but for example the SFTPServer in Paramiko we use for testing does not support it.

Might be an idea to have a fallback to the standard SFTP rename in case the server does not support posix-rename@openssh.com either automatically or by passing an optional parameter to the current rename.

Should not be an issue on most servers so no high priority. For now will extend the SFTPServer in Paramiko to support the posix-rename also probably.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions