Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support on sftp local changedir mimmicking #590

Open
wants to merge 12 commits into
base: develop
Choose a base branch
from

Conversation

lirunki
Copy link

@lirunki lirunki commented Oct 2, 2019

There are some implementations of sftp servers where "ChangeDir" will cause the server to go to a different physical path (due to soft links on the server) where the permissions are different from those permissions if the client-perceived paths are used.
The current sftp client implementation makes use of GetCanonicalPath which causes for those servers to potentially cause a permissions error where the path provided by the client has the right permissions.

This change allows the sftpclient to be configured so the client will always use the paths provided by the application and will not try to changedirs on the server, thus avoiding this issue.

For reference, this problem is present in some Sftp implementation for certain Cisco routers, for example.

@WojciechNagorski
Copy link
Collaborator

@lirunki PR needs refreshing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants