diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2022-02-01 16:18:51 +0100 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2022-02-03 13:37:47 +0100 |
| commit | 3e12c8f8fc67b4f4d668682cf76e6c7f56565507 (patch) | |
| tree | 29be98e242035c512e26a6523d1cc5da4a99b40c /README.md | |
| parent | 82c339bf99c6363b9fb4cc6caf0717d44cfc1342 (diff) | |
| download | kftpgrabber-3e12c8f8.tar.gz kftpgrabber-3e12c8f8.zip | |
Drop automake build support.
Rework the README and INSTALL files.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit b45dcf33bb9b2017c663656baf7b5c0dd67e350c)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..29784cc --- /dev/null +++ b/README.md @@ -0,0 +1,59 @@ + +KFTPGrabber - a graphical FTP client for TDE + + +There are many FTP clients around these days. Most are console based, some +feature a graphical user interface. What most clients are missing is support +for latest or not so common technologies like ZeroConf, TLS/SSL or FXP (just +to name a few), accompanied by a decent user interface that tries to support +the user instead of frustrating him/her. + +KFTPGrabber tries to make a complete FTP client solution with support for +plugins, scripting and everything else the users needs, based on the +latest technologies provided by TDE. + + +Features: +--------- + +* Multiple FTP sessions (tabs) +* Transfer queue +* TLS/SSL support for encrypted connections (implicit and explicit) +* Partial X509 certificate support for authentication +* FXP transfer support (site-to-site) +* OTP (one time password) support - S/Key, MD5, RMD160, SHA1 +* Drag&Drop support +* Site bookmarking +* Encrypted bookmark support (password can be saved to TDEWallet) +* Distributed FTP support (PRET) +* SSCN and CPSV support +* Skiplist +* ZeroConf (aka. Rendezvous) support for local site discovery +* Bookmark sharing with Kopete contacts (KDE >= 3.3) +* Bookmark import plugins +* Support for SFTP protocol [experimental] + +. + +Contributing +-------------- + +If you wish to contribute to codeine, you might do so: + +- TDE Gitea Workspace (TGW) collaboration tool. + https://mirror.git.trinitydesktop.org/gitea + +- TDE Weblate Translation Workspace (TWTW) collaboration tool. + https://mirror.git.trinitydesktop.org/weblate + + +Translations status +--------------------- + +### messages +[](https://mirror.git.trinitydesktop.org/weblate/projects/applications/kftpgrabber/) + +### desktop files +[](https://mirror.git.trinitydesktop.org/weblate/projects/applications/kftpgrabber-desktop-files/) |
