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

netrocks/sftp: not working via tmate #1493

Closed
unxed opened this issue Jan 29, 2023 · 8 comments
Closed

netrocks/sftp: not working via tmate #1493

unxed opened this issue Jan 29, 2023 · 8 comments

Comments

@unxed
Copy link
Contributor

unxed commented Jan 29, 2023

https://tmate.io/

If compression is enabled, you see
изображение

If it is disabled, you see
изображение

@elfmz
Copy link
Owner

elfmz commented Jan 29, 2023

does it support this at all? does sftp command line works?

@unxed
Copy link
Contributor Author

unxed commented Jan 29, 2023

yes, in gnome terminal connection with ssh console tool work fine. also scp protocol in netrocks gives same errors and it does not require sftp server at all.

@elfmz
Copy link
Owner

elfmz commented Jan 29, 2023

But i mean sftp console tool, but not just ssh: https://linux.die.net/man/1/sftp

@unxed
Copy link
Contributor Author

unxed commented Jan 29, 2023

unxed@rcnb:~$ sftp T5CXLwBzZVGTUrLLEdZuKuBbE@lon1.tmate.io
Connection to lon1.tmate.io closed by remote host.
Connection closed

Okay, let's forget about SFTP. The same problem persists then I try to use SCP instead.

@elfmz
Copy link
Owner

elfmz commented Jan 29, 2023

Same question - what about scp command line tool? https://linux.die.net/man/1/scp

@unxed
Copy link
Contributor Author

unxed commented Jan 29, 2023

unxed@rcnb:~$ scp tSgRaxcYbTWqhUWxAEabgyK7X@lon1.tmate.io:~/1.txt 2.txt
Invalid command

@elfmz
Copy link
Owner

elfmz commented Jan 29, 2023

So, its a tmate's limitation.. Potentially its possible to write some plain-shell protocol implementation, that would transfer files using cat and other tricks (likely specific to particular shell) but it will not be sftp/scp anymore..

@unxed
Copy link
Contributor Author

unxed commented Oct 3, 2023

#1819

@unxed unxed closed this as completed Oct 3, 2023
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

2 participants