Welcome to the official GNU Netcat project homepage
The GNU Netcat project

Source of: /download.php

<?php

/* this is an easier version tracking tool */
include "reserved/VERSIONS.inc";

?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title>The GNU Netcat -- Official homepage -- Downloads</title>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  <meta name="keywords" content="nc, netcat, network, networking, connect, listen, tunnel, tcp, udp, ipv6">
  <meta name="Author" content="Giovanni Giacobbi">
  <link rel="stylesheet" type="text/css" href="/netcat.css">
  <link rel="shortcut icon" href="/favicon.ico">
  <link rel="icon" type="image/png" href="/favicon.ico">
</head>

<body bgcolor="#ffffff">

<?php

/* include the common parts of the web site */
include "reserved/header.inc";

?>
<!-- Main Body -->

    <div align="center"><h1>Downloads</h1></div>

<!-- Reset indent, backup=3 -->

<table border="1" cellspacing="0" cellpadding="3">
  <tr>
    <th width="185" class="dltitle">File</th>
    <th width="115" class="dltitle">Type</th>
    <th width="50" class="dltitle">Size</th>
    <th width="65" class="dltitle">Link</th>
  </tr>
<?php

 
/* declare an helper function */
 
function show_download_entry($targ, $signature = FALSE) {
    global
$netcat_ver;
?>
  <tr>
<?php if ($signature) { ?>
    <td align="left" class="dlbody"><?= $targ['file'] ?> (<a href="signatures/md5sums.txt">md5</a>,
      <a href="signatures/<?= $targ['file'] ?>.asc">sign</a>)</td>
<?php } else { ?>
    <td align="left" class="dlbody"><?= $targ['file'] ?> (<a href="md5sums.txt">md5</a>)</td>
<?php } ?>
    <td align="left" class="dlbody"><?= $targ['type'] ?></td>
    <td align="center" class="dlbody"><?= $targ['size'] ?></td>
    <td align="center" class="dlbody"><a
        href="http://sourceforge.net/projects/netcat/files/netcat/<?php echo $netcat_ver; ?>/<?php echo $targ['file']; ?>">SourceForge</a></td>
  </tr>
<?php
 
}

 
/* now build the real table */
 
show_download_entry($netcat_file_targz, TRUE);
 
show_download_entry($netcat_file_tarbz2, TRUE);
 
show_download_entry($netcat_file_i386rpm);
 
show_download_entry($netcat_file_srcrpm);
?>
</table>
<br>
<!-- Restore indent, backup=0 -->

    <table border="0" cellpadding="0" cellspacing="0" width="500">
    <tr>
      <td width="10"></td>
      <td class="simpletext">All RPM packages are signed with my <a href="b2d79fc1.asc">public
        key</a> (expires: 2004-11-19)<br>
        For the older versions you may want to check the <a
        href="http://sourceforge.net/project/showfiles.php?group_id=52204&package_id=46263">SourceForge
        Netcat file archive</a>.<br><br>
        <hr width="70%" align="center"></td>
      <td width="10"></td>
    </tr>
    </table>

    <br>

    <div align="center"><h1>CVS Version</h1></div>

    <br>

    <table border="0" cellpadding="0" cellspacing="0" width="500">
    <tr>
      <td width="10"></td>
      <td width="470" colspan="2" class="simpletext">
<!-- Reset indent, backup=3 -->

<a name="cvs"></a>
<div>Netcat's CVS repository can be checked out through anonymous (pserver) CVS with
the following instruction set. When prompted for a password for anonymous,
simply press the Enter key.<br>

<p><tt>cvs -d:pserver:anonymous@netcat.cvs.sourceforge.net:/cvsroot/netcat login</tt>

<p><tt>cvs -d:pserver:anonymous@netcat.cvs.sourceforge.net:/cvsroot/netcat -z3 co netcat</tt>

<p>Updates from within the module's directory do not need the &quot;<tt>-d</tt>&quot; parameter. If you want to
retrieve the stable current version, append &quot;<tt>-r netcat_branch_0_7</tt>&quot;.</div>

<br><br>
<hr width="70%" align="center">
<!-- Restore indent, backup=0 -->
      </td>
      <td width="10"></td>
    </tr>
    </table>

<?php

/* include the navigation bar with the latest release info */
include "reserved/navbar.inc";

?>

</body>
</html>

You may also be interested in the following files, which complete the Netcat website:


Giovanni Giacobbi
E-Mail: My email address
This page was last updated on January, 23rd 2004


Main Menu
Home
News
Downloads

Project Summary
Report bugs
Browse SVN Repository

Show this page's source



Releases Status

Current Version:
Netcat 0.7.1


Released on:
11 Jan 2004



Supporters of Netcat

Network Administration Tools