From: Fred Drake Date: Thu, 25 Mar 1999 05:04:17 +0000 (+0000) Subject: Added note about ftpmirror.py, since that seems to be one of the most X-Git-Tag: v1.5.2c1~89 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e82f5b3d6ebb982867ef7e24b7aac7107a9ccf55;p=thirdparty%2FPython%2Fcpython.git Added note about ftpmirror.py, since that seems to be one of the most requested Python tools/examples. --- diff --git a/Doc/lib/libftplib.tex b/Doc/lib/libftplib.tex index 45e65baf763b..3063049f9630 100644 --- a/Doc/lib/libftplib.tex +++ b/Doc/lib/libftplib.tex @@ -69,6 +69,14 @@ not begin with a digit in the range 1--5. \end{excdesc} +\begin{seealso} + \seetext{The file \file{Tools/scripts/ftpmirror.py}\index{ftpmirror.py} + in the Python source distribution is a script that can mirror + FTP sites, or portions thereof, using the \module{ftplib} module. + It can be used as an extended example that applies this module.} +\end{seealso} + + \subsection{FTP Objects \label{ftp-objects}} \class{FTP} instances have the following methods: