mirror of
https://github.com/xfarrow/guify.git
synced 2025-02-20 05:50:36 +01:00
Update README.md
This commit is contained in:
parent
101baa14f0
commit
92fe0ed9fe
@ -7,13 +7,14 @@ Works on any machine able to execute Java code, but is able to target only Linux
|
|||||||
- Navigation in the File System;
|
- Navigation in the File System;
|
||||||
- Common file operations (cut, copy, rename, delete, paste, create);
|
- Common file operations (cut, copy, rename, delete, paste, create);
|
||||||
- File and folder transfer (to/from);
|
- File and folder transfer (to/from);
|
||||||
|
- Drop files and folders onto the view to transfer them:
|
||||||
- Integrated file editor.
|
- Integrated file editor.
|
||||||
|
|
||||||
## Alternatives
|
## Alternatives
|
||||||
If you want to achieve similar results you can:
|
If you want to achieve similar results you can:
|
||||||
* Use [WinSCP](https://winscp.net/eng/index.php) (Windows only);
|
* Use [WinSCP](https://winscp.net/eng/index.php) (Windows only);
|
||||||
* Use a file manager like Nautilus, Konqueror, PCManFM (Linux examples)
|
* Use a file manager which supports SSH like Nautilus, Konqueror, PCManFM;
|
||||||
* Configure an FTP server and accessing it through FileZilla;
|
* Configure an FTP server and access it through FileZilla;
|
||||||
* Mount a remote partition locally with the SMB protocol;
|
* Mount a remote partition locally with the SMB protocol;
|
||||||
* Route X11 output to your local machine over SSH;
|
* Route X11 output to your local machine over SSH;
|
||||||
* ...
|
* ...
|
||||||
@ -22,9 +23,9 @@ If you want to achieve similar results you can:
|
|||||||
<img src="/Images/Image.jpg" alt="Homescreen">
|
<img src="/Images/Image.jpg" alt="Homescreen">
|
||||||
|
|
||||||
## Security
|
## Security
|
||||||
* Due to a lack of extensive tests and documentation, this software may engage in unwanted behavior, including corrupting data.
|
* Due to a lack of extensive tests and documentation, this software may engage in unwanted behavior, including corrupting data;
|
||||||
* This software does not currently allow to verify SSH fingerprints. This implies that the server you intend to connect to could be different
|
* This software does not currently allow to verify SSH fingerprints. This implies that the server you intend to connect to could be different
|
||||||
from the server you are actually connecting to.
|
from the server you are actually connecting to;
|
||||||
* This software does not currently allow authentication through SSH keys.
|
* This software does not currently allow authentication through SSH keys.
|
||||||
|
|
||||||
Hence, **use is not recommended in environments where data security and integrity is important.**
|
Hence, **use is not recommended in environments where data security and integrity is important.**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user