JavaFX based ssh client.
- copy files/folders by drag and drop
- rename, delete files/folders
- create new folders
- simple local and remote terminals
- JDK 8 (update 51 or later)
- rsync & sshpass
- Gradle (only needed if building from source)
- Linux
- OS X
Download jftclient-XX.zip
https://github.com/malafeev/JFTClient/releases
Start JFTClient
./bin/jftclient
In the directory that contains build.gradle run
gradle install
It will build, test and install application to ~/jftclient
folder.
If it was installed then start JFTClient:
~/jftclient/bin/jftclient
Otherwise in the directory that contains build.gradle run:
gradle run
JFTClient uses embedded H2 database. Data file is saved in ~/.jftclient/
folder.
GNU GPLv3. Copyright (C) 2016 Sergei Malafeev sergeymalafeev@gmail.com