File: lftp.lsm

package info (click to toggle)
lftp 1.0-1
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 2,832 kB
  • ctags: 3,410
  • sloc: ansic: 22,050; cpp: 14,466; sh: 2,269; makefile: 399; sed: 93
file content (21 lines) | stat: -rw-r--r-- 925 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Begin3
Title:		LFTP command line ftp client
Version:	1.0
Entered-date:	29APR98
Description:	LFTP is a shell-like command line ftp client. 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.
Keywords:	ftp client, readline, reliable, background, parallel
Author:		lav@yars.free.net (Alexander V. Lukyanov)
Maintained-by:	lav@yars.free.net (Alexander V. Lukyanov)
Primary-site:	ftp.yars.free.net /pub/software/unix/net/ftp/client
		547 kB lftp-1.0.tar.gz
Alternate-site:	sunsite.unc.edu /pub/Linux/system/network/file-transfer
Platforms:	Unix, G++
Copying-policy: GPL
End