A free open source Java library created to ease the work with remote processes execution.
Features
- RemoteCommandExecutor executor = new RemoteCommandExecutor();
- executor.connect("debian-vm", 22, "cristian.sulea", "password");
- executor.exec("mkdir TestFolder");
- executor.exec("rmdir TestFolder");
- executor.exec("ls", System.out);
- executor.exec("ls -l /", System.out);
Categories
LibrariesLicense
GNU Library or Lesser General Public License version 3.0 (LGPLv3)Follow JaToo Exec Remote
Other Useful Business Software
Stay in Flow. Let Zenflow Handle the Heavy Lifting.
Zenflow is your engineering control center, turning specs into shipped features. Parallel agents handle coding, testing, and refactoring with real repo context. Multi-agent workflows remove bottlenecks and automate routine work so developers stay focused and in flow.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of JaToo Exec Remote!