2024-02-17 04:16:53 -07:00
|
|
|
# kotRemote
|
2024-02-17 03:33:42 -07:00
|
|
|
Wrapper for sshfs, built in Kotlin, and utilizes [Jexer](https://git.ouroboros.group/limepotato/jexer)
|
2024-02-16 17:21:49 -07:00
|
|
|
|
|
|
|
## Installation Instructions:
|
|
|
|
### Linux:
|
2024-02-17 05:17:57 -07:00
|
|
|
1. install `openssh-askpass`(Or any graphical ssh/askpass program) & `sshfs`
|
2024-02-17 04:34:45 -07:00
|
|
|
2. Make sure you have JRE-19
|
|
|
|
2. [Download Latest Release](https://git.ouroboros.group/limepotato/kotRemote/releases)
|
|
|
|
3. Extract and run .jar
|
|
|
|
|
2024-02-16 17:21:49 -07:00
|
|
|
### Windows:
|
2024-02-16 21:31:41 -07:00
|
|
|
1. install [sshfs-win](https://github.com/winfsp/sshfs-win)
|
2024-02-17 04:34:45 -07:00
|
|
|
2. Make sure you have JRE-19
|
2024-02-17 04:35:23 -07:00
|
|
|
2. [Download Latest Release](https://git.ouroboros.group/limepotato/kotRemote/releases)
|
2024-02-17 04:34:45 -07:00
|
|
|
3. Extract and run .jar
|
2024-02-17 04:26:18 -07:00
|
|
|
|
2024-02-17 04:34:45 -07:00
|
|
|
### CMDLine Options
|
|
|
|
`java -jar -Djexer.Swing=false` to disable graphical interface, and force XTERM
|
2024-02-17 04:26:18 -07:00
|
|
|
|
2024-02-17 04:34:45 -07:00
|
|
|
## LICENSE
|
2024-02-17 04:26:18 -07:00
|
|
|
This project falls under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)
|
|
|
|
see [LICENSE.md](LICENSE.md)
|