SSHFS (and maybe other things later) Wrapper, in Kotlin with Jexer
.idea | ||
gradle/wrapper | ||
src/main | ||
.gitignore | ||
build.gradle.kts | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
LICENSE.md | ||
README.md | ||
settings.gradle.kts | ||
TODO.md |
kotRemote
Wrapper for sshfs, built in Kotlin, and utilizes Jexer
Installation Instructions:
Linux:
- install
openssh-askpass
(Or any graphical ssh/askpass program) &sshfs
- Make sure you have JRE-19
- Download Latest Release
- Extract and run .jar
Windows:
- install sshfs-win
- Make sure you have JRE-19
- Download Latest Release
- Extract and run .jar
CMDLine Options
java -jar -Djexer.Swing=false
to disable graphical interface, and force XTERM,
Please note that, in XTERM or ECMA48 mode, the login process may break the graphical interface.
LICENSE
This project falls under CC BY-SA 4.0 see LICENSE.md