File: index.html

package info (click to toggle)
rccp 0.5-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 164 kB
  • ctags: 40
  • sloc: ansic: 827; sh: 127; perl: 112; makefile: 66
file content (59 lines) | stat: -rw-r--r-- 1,725 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
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<html>
<head><title>CCCP - Red Connect Console Program</title></head>
<body bgcolor="#FFFFFF">
<h1><center>C C C P</center></h1>

<p>
CCCP is a console front end to the <a href="http://ac2i.tzo.com/dctc/">Direct Conect Text Client</a>. 
DCTC is a library that gives access to the direct 
connect world. CCCP is a console based front end 
to that library. CCCP is designed to allow both 
scripting and command line interaction. It is tested
under Linux, but should run on other plattforms.
</p>

<p><h1>Features</h1></p>
<p>
Besides supporting all the basic Direct Connect commands such as
downloading, searching, uploading, resuming, multihub search etc CCCP
can be scripted. 
</p>
<p><h1>Scripts</h1></p>
<p>
Scripts with this release:
<li>Multi hub spider search</li>
<li>last seen user script (ala irc !seen script)</li>
<li>list all files from all users</li>
<li>download bot. A bot that will watch a query and download all results from it</li>
<li>Segmented downloading</li>
<br>
... plus many more scripts.
</p>
<h2>Download</h2>
<p>
<a href="http://members01.chello.se/hampasfirma/cccp/cccp.0.4.tar.gz">cccp.0.5.tar.gz</a><small>Latest version</small>
</p>
<p>
</p>
<h2>Links</h2>
<p>
<a href="http://www.neo-modus.com/">Direct Connect</a>
<small>This is the original windows client</small>
</p>
<p>
<a href="http://ac2i.tzo.com/dctc/">Direct Connect Text Client</a>
<small> The library that CCCP uses to get access to the direct connect world.</small>
<strong> You need this for CCCP.</strong>
</p>
<p>
<h2>Disclaimer</h2>
<p><strong>Absolutley NO guarantees</strong></p>

<h2>Contact</h2>
<p>
<a href="mailto:hampa@chello.se">hampa@chello.se</a>
<img src="http://shilla.dhs.org:8000/cccp.gif">
</p>
</body>
</html>