blob: a599825c6b4d0e48b0f6df40c92c82dfe09435b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
From the README:
What is GTransferManager
========================
GTransferManager allows the user to retrieve multiple files from the
web. These files can be retrieved in multiple parts and each part
retrieved on a separate session that the user is connected to the
Internet. This is most useful to users with dialup connections. The
program performs this tasks using wget as it's back-end.
The program now supports CORBA. This makes easy for other programs
to use GTransferManager to handle the transfer of files from the
Internet.
The program has also a applet that communicates with program using
CORBA. The applet can launch the program, request for a new download
or accept drops of URLs from netscape and give this URLs to GTM.
WWW: http://camoes.rnl.ist.utl.pt/~bapm/gtm/
Jacques Vidrine <nectar@FreeBSD.ORG>
|