Christian Visintin
Christian Visintin
Thank you! I appreciate you like termscp! Does the directory `/home/teto/.config/termscp` exist? Is it writable by your current user?
Ok, probably there is an issue with the keyring provider. You could try rebuilding termscp with cargo and `--no-default-features`. I don't know what kind of keyring runs on your distro,...
This could finally fix #187
I was unable to reproduce on my sftp server. The error message and application logs would be appreciated in case.
Hi, since we don't provide a package for it, the script will compile it from source, but you're missing either libssl-dev or pkg-config on your system.
Implementation: add a new feature `isolated-tests` to make system and external-resource-dependent tests, not run.
If it's Ubuntu with gnome gnome-keyring must be installed and accessible to the current user. Otherwise if nothing manages to fix this, just install termscp rebuilding without the keyring feature.
I have not a mac so I have no idea what the arm arch is called on mac. I'm quite sure it used to be called aarch64, but for some...
Hi, unfortunately this issue is not strictly related to termscp, but to [suppaftp](https://github.com/veeso/suppaftp), which is also implemented by me. Unfortunately suppaftp logs are filtered, so the actionnable for this issue...
Amazing, I will check it and come back with the solution (I hope)