lftp 4.3.1-1 source package in Ubuntu

Changelog

lftp (4.3.1-1) unstable; urgency=low
  * new upstream release from 2011-06-28  * added kfreebsd-* patch from Gonéri Le Bouder <email address hidden>    Thanks! closes: Bug#620466  * updated Standards-Version to 3.9.2  * fixed lintian warnings:    - debian-rules-missing-recommended-target    - maintainer-script-empty  * debian/rules dh_clean -> dh_prep -- Noèl Köthe <email address hidden>  Thu, 21 Jul 2011 09:56:52 +0200

Upload details

Uploaded by:
Noël Köthe
Uploaded to:
Sid
Original maintainer:
Noël Köthe
Architectures:
any
Section:
net
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
lftp_4.3.1-1.dsc 1.0 KiB e31b8a821707e6f6d10ad8b7481bd0d7899ce692b455643503e15fd9874e0e94
lftp_4.3.1.orig.tar.gz 2.2 MiB becf369e5b79e613433234d6cdf8ed35c1df3897d672a05923d20c96253a41d6
lftp_4.3.1-1.debian.tar.gz 13.0 KiB ee636fa5e43938da1072ed90286850f0235f1da435507020224ad0f5b135eb68

No changes file available.

Binary packages built by this source

lftp: Sophisticated command-line FTP/HTTP client programs

 Lftp is a file retrieving tool that supports FTP, HTTP, FISH, SFTP, HTTPS
 and FTPS protocols under both IPv4 and IPv6. Lftp has an amazing set of
 features, while preserving its interface as simple and easy as possible.
 .
 The main two advantages over other ftp clients are reliability and ability
 to perform tasks in background. It will reconnect and reget the file being
 transferred if the connection broke. You can start a transfer in background
 and continue browsing on the ftp site. It does this all in one process. When
 you have started background jobs and feel you are done, you can just exit
 lftp and it automatically moves to nohup mode and completes the transfers.
 It has also such nice features as reput and mirror. It can also download a
 file as soon as possible by using several connections at the same time.
 .
 Lftp can also be scriptable, it can be used to mirror sites, it lets you
 copy files among remote servers (even between FTP and HTTP). It has an
 extensive online help. It supports bookmarks, and connecting to several
 ftp/http sites at the same time.
 .
 This package also includes lftpget - A simple non-interactive
 tool for downloading files.