A GUI for SSH with file transfer support. Focused on correctness and reliability.
Go to file
Alessandro Ferro dde958babd First commit 2023-07-22 10:44:36 +02:00
Guify First commit 2023-07-22 10:44:36 +02:00
Images First commit 2023-07-22 10:44:36 +02:00
LICENSE Initial commit 2023-07-22 10:42:43 +02:00
README.md First commit 2023-07-22 10:44:36 +02:00

README.md

Guify

Guify creates a Graphical User Interface for SSH.

Works on any machine able to execute Java code, but is able to target only Linux (or more in general POSIX-compliant) systems.

Features:

  • Navigation in the File System;
  • Common file operations (cut, copy, rename, delete, paste, create);
  • File and folder transfer (to/from);
  • Integrated file editor.

Alternatives

If you want to achieve similar results you can:

  • Use WinSCP (Windows only);
  • Use a file manager like Nautilus, Konqueror, PCManFM (Linux examples)
  • Configure an FTP server and accessing it through FileZilla;
  • Mount a remote partition locally with the SMB protocol;
  • Route X11 output to your local machine over SSH;
  • ...

Screenshots

Homescreen