You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The
SSHConnection.get_file()
method usesscp
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
.The text was updated successfully, but these errors were encountered: