We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
tsh scp
Expected behavior:
tsh scp user@node:~/*" . should copy all files from the remote server.
tsh scp user@node:~/*" .
Current behavior:
Teleport returns
ERROR REPORT: Original Error: *errors.errorString could not access remote path "/home/user/*": file does not exist Stack Trace: github.com/gravitational/teleport/lib/sshutils/sftp/sftp.go:307 github.com/gravitational/teleport/lib/sshutils/sftp.(*Config).transfer github.com/gravitational/teleport/lib/sshutils/sftp/sftp.go:169 github.com/gravitational/teleport/lib/sshutils/sftp.(*Config).TransferFiles github.com/gravitational/teleport/lib/client/client.go:1898 github.com/gravitational/teleport/lib/client.(*NodeClient).TransferFiles github.com/gravitational/teleport/lib/client/api.go:2031 github.com/gravitational/teleport/lib/client.(*TeleportClient).TransferFiles github.com/gravitational/teleport/lib/client/api.go:1933 github.com/gravitational/teleport/lib/client.(*TeleportClient).SFTP github.com/gravitational/teleport/tool/tsh/tsh.go:3171 main.onSCP.func1 github.com/gravitational/teleport/lib/client/api.go:507 github.com/gravitational/teleport/lib/client.RetryWithRelogin github.com/gravitational/teleport/tool/tsh/tsh.go:3170 main.onSCP github.com/gravitational/teleport/tool/tsh/tsh.go:1129 main.Run github.com/gravitational/teleport/tool/tsh/tsh.go:495 main.main runtime/proc.go:250 runtime.main runtime/asm_arm64.s:1172 runtime.goexit User Message: could not access remote path "/home/user/*": file does not exist
Bug details:
The text was updated successfully, but these errors were encountered:
capnspacehook
Successfully merging a pull request may close this issue.
Expected behavior:
tsh scp user@node:~/*" .
should copy all files from the remote server.Current behavior:
Teleport returns
Bug details:
The text was updated successfully, but these errors were encountered: