]> granicus.if.org Git - python/commitdiff
Added note about ftpmirror.py, since that seems to be one of the most
authorFred Drake <fdrake@acm.org>
Thu, 25 Mar 1999 05:04:17 +0000 (05:04 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 25 Mar 1999 05:04:17 +0000 (05:04 +0000)
requested Python tools/examples.

Doc/lib/libftplib.tex

index 45e65baf763b76dd7b01f5a3d00fb0aecb872f29..3063049f963013ced8593829070b151c81b5a1ab 100644 (file)
@@ -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: