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

Cached results differ from non-cached results in fluke.storage.RemoteDir #60

Closed
manoss96 opened this issue Aug 20, 2023 · 0 comments · Fixed by #61
Closed

Cached results differ from non-cached results in fluke.storage.RemoteDir #60

manoss96 opened this issue Aug 20, 2023 · 0 comments · Fixed by #61
Assignees
Labels
bug Something isn't working

Comments

@manoss96
Copy link
Owner

When performing operations recursively on some fluke.storage.RemoteDir instance, sometimes results may vary depending on whether the cache mechanism has been activated. This is caused due to symbolic links that point to directories being intepreted by paramiko.sftp_client.SFTPClient as directories instead of symbolic links.

See issue: paramiko/paramiko#2284

@manoss96 manoss96 added the bug Something isn't working label Aug 20, 2023
@manoss96 manoss96 self-assigned this Aug 20, 2023
@manoss96 manoss96 linked a pull request Aug 20, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant