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

Enable copying files from tmate session via scp #294

Open
franpog859 opened this issue Sep 11, 2023 · 0 comments
Open

Enable copying files from tmate session via scp #294

franpog859 opened this issue Sep 11, 2023 · 0 comments

Comments

@franpog859
Copy link

As a developer, I want to be able to easily download files from the tmate session. When debugging, I want to gather logs, connection dumps, and other data that could not be easily copied via ctrl+c or analyzed in the session. It'd be great to do it via scp, like scp 123qwe@lon1.tmate.io:/test.pcapng ./test.pcapng. Currently, it's not implemented and it fails with:

scp 123qwe@lon1.tmate.io:/test.pcapng ./test.pcapng`
Connection to lon1.tmate.io closed by remote host.
scp: Connection closed

There was an issue pointing out that it doesn't work. I want this one to be a suggestion for implementing such a feature

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