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
&&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
LICENSE
This project falls under CC BY-SA 4.0 see LICENSE.md