nzioki / lftp

sophisticated command line file transfer program (ftp, http, sftp, fish, torrent)

Home Page:http://lftp.yar.ru

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LFTP

Command line driven, shell-like, reliable file transfer program. It supports a number of protocols and even BitTorrent with DHT! IPv6 is fully supported too.

To build from GIT sources, run autogen.sh script to create Makefiles. You will need autoconf, libtool, gettext-devel, automake, gnulib. You can get gnulib using git clone git://git.savannah.gnu.org/gnulib.

Also for compiling lftp you will need these libraries:

  • readline-devel
  • zlib-devel
  • gnutls-devel or openssl-devel (optional)
  • expat-devel (optional)

Flattr this git repo

About

sophisticated command line file transfer program (ftp, http, sftp, fish, torrent)

http://lftp.yar.ru

License:GNU General Public License v3.0


Languages

Language:C++ 78.4%Language:C 16.0%Language:M4 2.9%Language:Shell 2.0%Language:Makefile 0.5%Language:Perl 0.2%