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

util/ssh.py: SSHConnection.get_file() method doesn't support file names with special characters #1613

Open
gulnazgarif opened this issue Feb 17, 2025 · 0 comments

Comments

@gulnazgarif
Copy link

The SSHConnection.get_file() method uses scp to transfer files from the exporter, which fails to correctly interpret file names with spaces and special characters (e.g. parenthesis). Examples of files names that cause issues: "test file.log", "file(01).txt".

One way to overcome this could be to add an option to use rsync.

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

No branches or pull requests

1 participant