Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a22634142c014652

Jump to content

lftp

From Wikipedia, the free encyclopedia

lftp
Original authorAlexander V. Lukyanov
Stable release
4.9.3[1] Edit this on Wikidata / 8 November 2024; 20 months ago (8 November 2024)
Operating systemUNIX-like
TypeDownload manager
LicenseGPL-3.0-or-later
Websitelftp.yar.ru
Repository

lftp is a command-line program client for several file transfer protocols. lftp is designed for Unix and Unix-like operating systems. It is developed by Alexander Lukyanov and is distributed under the GNU General Public License.

lftp can transfer files via FTP, FTPS, HTTP, HTTPS, FISH, SFTP, BitTorrent, and FTP over HTTP proxy. It also supports the File eXchange Protocol (FXP), which allows the client to transfer files from one remote FTP server to another.

Among lftp's features are transfer queues, segmented file transfer, resuming partial downloads, bandwidth throttling, and recursive copying of file directories. The client can be used interactively or automated with scripts. It has Unix shell-like job control and a facility for scheduling file transfers for execution at a later time.

Development history

[edit]

lftp was initially developed as part of the ftpclass package.[2] Subsequently it grew and became a more capable program (e.g., mirroring capability was added), and was renamed to lftp in February 1997.[3] The initial goals of development were robustness, automatic resuming of transfers, and increasing transfer speed by transferring parts of a file in parallel using several connections as well as by protocol pipelining. Version 2.0 introduced HTTP and IPv6 support in 1999, more protocols were added later.

See also

[edit]

References

[edit]
  1. "Release 4.9.3". November 8, 2024. Retrieved November 25, 2024.
  2. https://groups.google.com/forum/#!topic/relcom.tcpip/uhvSllkqQHo relcom.tcpip August 1, 1996
  3. "Old lftp change log".

Further reading

[edit]
[edit]