Add ftplib to deps

This commit is contained in:
Andrew Pamment
2018-05-27 09:39:05 +10:00
parent c43abcac1e
commit d41c65d27e
51 changed files with 7896 additions and 0 deletions

39
deps/ftplib-4.0-1/html/index.html vendored Normal file
View File

@@ -0,0 +1,39 @@
<!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&#64;nbpfaus.net">tfpfau&#64;gmail.com</a></address>
</body>
</html>