File: lftp.lsm

package info (click to toggle)
lftp 1.1.981023-1
  • links: PTS
  • area: main
  • in suites: slink
  • size: 3,296 kB
  • ctags: 3,915
  • sloc: ansic: 26,417; cpp: 16,938; sh: 2,314; yacc: 861; makefile: 416; sed: 93
file content (21 lines) | stat: -rw-r--r-- 933 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.1.1
Entered-date:	30AUG98
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
		597 kB lftp-1.1.1.tar.gz
Alternate-site:	sunsite.unc.edu /pub/Linux/system/network/file-transfer
Platforms:	Unix, G++
Copying-policy: GNU GPL
End