KFTPGrabber – a powerful FTP client
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Slávek Banko daac380b7c
Fix the initialization of the automake project.
3 years ago
admin@8c7e0d40de Reset submodule main/applications/kftpgrabber/admin to latest HEAD 3 years ago
doc Add help handbook, DocPath, enable configuration Help button. 10 years ago
kftpgrabber Copy translations to a new directory layout. 3 years ago
translations Remove the original translation directory layout. 3 years ago
.gitmodules Remove cmake submodule since it has now been replaced by cmake-trinity dependency. 3 years ago
AUTHORS Initial import of kftpgrabber 0.8.1 from sources 11 years ago
CMakeL10n.txt Add CMakeL10n rules. 5 years ago
COPYING Initial import of kftpgrabber 0.8.1 from sources 11 years ago
ChangeLog Initial import of kftpgrabber 0.8.1 from sources 11 years ago
INSTALL Initial import of kftpgrabber 0.8.1 from sources 11 years ago
Makefile.am Initial import of kftpgrabber 0.8.1 from sources 11 years ago
Makefile.am.in Initial import of kftpgrabber 0.8.1 from sources 11 years ago
README Branding cleanup. 10 years ago
TODO Initial import of kftpgrabber 0.8.1 from sources 11 years ago
acinclude.m4 Replaced _BSD_SOURCE, _SVID_SOURCE with _DEFAULT_SOURCE. Removed AC_CHECK_GNU_EXTENSIONS. 6 years ago
aclocal.m4 Initial import of kftpgrabber 0.8.1 from sources 11 years ago
config.h.in Initial import of kftpgrabber 0.8.1 from sources 11 years ago
configure.files Initial import of kftpgrabber 0.8.1 from sources 11 years ago
configure.in.bot Initial import of kftpgrabber 0.8.1 from sources 11 years ago
configure.in.in Fix the initialization of the automake project. 3 years ago
stamp-h.in Initial import of kftpgrabber 0.8.1 from sources 11 years ago
subdirs Add help handbook, DocPath, enable configuration Help button. 10 years ago

README

 KFTPGrabber README
--------------------

 INTRODUCTION
==============

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.

Here are some of the 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] 

This file was last updated with relevance to KFTPGrabber 0.8.0


--------------------------------------------------------------------------------
 DEPENDENCIES
==============

Required:
    * KDElibs 3.3
      http://www.kde.org

    * OpenSSL 0.9.7
      http://www.openssl.org

Please note: If you obtain these dependencies via a packaging system, you must
also install the devel versions of these packages!


--------------------------------------------------------------------------------
 IMPORTANT INSTALL INSTRUCTIONS
================================

In order to compile and install KFTPGrabber on your system, type the following
in the base directory of the KFTPGrabber distribution:


                % ./configure --prefix=`tde-config --prefix`
                % make
                % make install


Note: --enable-final is not supported.

Packages for popular distributions are available at http://www.kftp.org/


--------------------------------------------------------------------------------
 CONTRIBUTING
==============

If you wish to contribute to KFTPGrabber, you should build it from SVN and
contact the developers via e-mail or irc - the IRC channel is also a place
where it's nice to be, since you can talk to other developers much easier.

--------------------------------------------------------------------------------

WWW : http://www.kftp.org/
MAIL: kostko@unimatrix-one.org
IRC : irc.freenode.net, #kftpgrabber

--------------------------------------------------------------------------------