-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
[BUG] stays stuck on "loading local directory" #275
Comments
Thank you! I appreciate you like termscp! Does the directory |
It is
|
Ok, probably there is an issue with the keyring provider. You could try rebuilding termscp with cargo and |
that seems to be a bit better but still can't connect. For some reason, it tries to connect to another address than the one I specified I launch it as
Not sure why it tries to connect to
Maybe it confuses its parsing library ? EDIT: is it normal it tries SFTP when I specified scp ? |
This issue is stale because it has been open for 30 days with no activity. |
This issue was closed because it has been inactive for 7 days since being marked as stale. |
Description
Let me start with a
grazie mille
! This is something I've been looking for a specific usecase. Everytime I change my hardware and need to reinstall my linux, it's pretty fast because my whole OS is configured as a nix derivation, the hard part is to transfer data, aka my passwords and various git repos.I used https://github.com/magic-wormhole/magic-wormhole.rs 'till now but it's not practical for lots of folders so I was looking for something more interactive like an rsync TUI and I found your project.
That's it for the introduction, now to my problems.
There is a server where I can SCP just fine. But once I use termscp to connect to the remote server it gets stuck at
Loading local directory...
until it timeouts withI press enter and then it resets the screen to default landing page (which I find a bit sad, I would prefer to it to prefill the connection settings with the URI I've just passed on the CLI)
Steps to reproduce
I've just done
termscp -D scp://[email protected]:12666
Note that
scp -r -P12666 [email protected]:/home/teto/hm ./hm
worked just fineExpected behaviour
Successful connection to server. Maybe more intermediate message, to know if it successfully logged in for instance. Right now it seems to display rightaway "Loading local directory" and I am not sure what directory it is ? Is it on localhost ? or the remote machine ? else why would it fail ?
Environment
Log
Here is the log file (would be nice if --help showed where it is):
https://gist.github.com/teto/bd0684e9eb75a4ce2b83c1ccb2addd1c
NB: the template should tell about
-D
and where to find the log (even termscp --help or its manpage should tell where to look)Additional information
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: