40 lines
1.2 KiB
HTML
40 lines
1.2 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<html>
|
|
<head>
|
|
<title>ftplib</title>
|
|
<link rel="stylesheet" type="text/css" href="doc.css">
|
|
</head>
|
|
<body>
|
|
|
|
<h1>ftplib</h1>
|
|
|
|
<p>ftplib is a set of routines that implement the FTP protocol. They
|
|
allow applications to create and access remote files through function
|
|
calls instead of needing to fork and exec an interactive ftp client
|
|
program.</p>
|
|
|
|
<p>ftplib has been built and tested on Linux (X86) and OpenVMS (AXP).</p>
|
|
|
|
<h2>Kits</h2>
|
|
<ul>
|
|
<li>ftplib V4.0 June 7, 2013
|
|
<ul>
|
|
<li><a href="http://nbpfaus.net/~pfau/ftplib/ftplib-4.0.tar.gz">Source</a> - gzipped tar file</li>
|
|
<li><a href="http://nbpfaus.net/~pfau/ftplib/ftplib-4.0.zip">Source</a> - ZIP archive</li>
|
|
</ul>
|
|
</ul>
|
|
|
|
<h2>Documentation</h2>
|
|
<p>The documentation is included in the kit in html format. Also, the
|
|
<a href=ftplib.html>current working documentation</a> for the release in
|
|
progress is available on line.</p>
|
|
|
|
<hr>
|
|
|
|
<p class="note">Last Updated - June 7, 2013</p>
|
|
|
|
<address><a href="http://www.nbpfaus.net/~pfau/">Thomas Pfau</a> /
|
|
<a href="mailto:pfau@nbpfaus.net">tfpfau@gmail.com</a></address>
|
|
</body>
|
|
</html>
|