index.html 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <head>
  4. <title>ftplib</title>
  5. <link rel="stylesheet" type="text/css" href="doc.css">
  6. </head>
  7. <body>
  8. <h1>ftplib</h1>
  9. <p>ftplib is a set of routines that implement the FTP protocol. They
  10. allow applications to create and access remote files through function
  11. calls instead of needing to fork and exec an interactive ftp client
  12. program.</p>
  13. <p>ftplib has been built and tested on Linux (X86) and OpenVMS (AXP).</p>
  14. <h2>Kits</h2>
  15. <ul>
  16. <li>ftplib V4.0 June 7, 2013
  17. <ul>
  18. <li><a href="http://nbpfaus.net/~pfau/ftplib/ftplib-4.0.tar.gz">Source</a> - gzipped tar file</li>
  19. <li><a href="http://nbpfaus.net/~pfau/ftplib/ftplib-4.0.zip">Source</a> - ZIP archive</li>
  20. </ul>
  21. </ul>
  22. <h2>Documentation</h2>
  23. <p>The documentation is included in the kit in html format. Also, the
  24. <a href=ftplib.html>current working documentation</a> for the release in
  25. progress is available on line.</p>
  26. <hr>
  27. <p class="note">Last Updated - June 7, 2013</p>
  28. <address><a href="http://www.nbpfaus.net/~pfau/">Thomas Pfau</a> /
  29. <a href="mailto:pfau&#64;nbpfaus.net">tfpfau&#64;gmail.com</a></address>
  30. </body>
  31. </html>