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