~ubuntu-branches/debian/jessie/lftp/jessie

« back to all changes in this revision

Viewing changes to lftp.lsm

  • Committer: Bazaar Package Importer
  • Author(s): Noèl Köthe
  • Date: 2004-06-01 04:01:39 UTC
  • Revision ID: james.westby@ubuntu.com-20040601040139-negt39q17jhkv3i4
Tags: upstream-3.0.5
Import upstream version 3.0.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Begin3
 
2
Title:          LFTP command line file transfer program
 
3
Version:        3.0.5
 
4
Entered-date:   2004-05-31
 
5
Description:    LFTP is a shell-like command line ftp client. It is
 
6
                reliable: can retry operations and does reget automatically.
 
7
                It can do several transfers simultaneously in background.
 
8
                You can start a transfer in background and continue browsing
 
9
                the ftp site or another one. This all is done in one process.
 
10
                Background jobs will be completed in nohup mode if you exit
 
11
                or close modem connection. Lftp has reput, mirror, reverse
 
12
                mirror among its features. Since version 2.0 it also supports
 
13
                http protocol. Other features include: ipv6 support, context
 
14
                sensitive completion, output redirection to files or to pipe,
 
15
                SOCKS support (configure option), ftp and http proxy support,
 
16
                transfer rate throttling for each connection and for all
 
17
                connections in sum, job queueing, job execution at specified
 
18
                time, opie/skey support in ftp protocol, ssl for http and ftp,
 
19
                fxp transfers. Version 3.0 supports sftp v3 and v4 protocols.
 
20
Keywords:       ftp, client, readline, reliable, background, parallel, http,
 
21
                protocol, network, fish, sftp, https, ftps
 
22
Author:         lav@yars.free.net (Alexander V. Lukyanov)
 
23
Maintained-by:  lav@yars.free.net (Alexander V. Lukyanov)
 
24
Primary-site:   ftp.yars.free.net /pub/software/unix/net/ftp/client/lftp
 
25
                1613 kB lftp-3.0.5.tar.gz
 
26
Alternate-site: metalab.unc.edu /pub/Linux/system/network/file-transfer
 
27
Platforms:      Unix, G++
 
28
Copying-policy: GNU GPL
 
29
End