summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libftplib.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-03-25 05:04:17 (GMT)
committerFred Drake <fdrake@acm.org>1999-03-25 05:04:17 (GMT)
commite82f5b3d6ebb982867ef7e24b7aac7107a9ccf55 (patch)
tree2ff5c5653c18c673ddc77153e725f3e29de40da7 /Doc/lib/libftplib.tex
parent545006259deba6517186155798904bb14e574dc3 (diff)
downloadcpython-e82f5b3d6ebb982867ef7e24b7aac7107a9ccf55.zip
cpython-e82f5b3d6ebb982867ef7e24b7aac7107a9ccf55.tar.gz
cpython-e82f5b3d6ebb982867ef7e24b7aac7107a9ccf55.tar.bz2
Added note about ftpmirror.py, since that seems to be one of the most
requested Python tools/examples.
Diffstat (limited to 'Doc/lib/libftplib.tex')
-rw-r--r--Doc/lib/libftplib.tex8
1 files changed, 8 insertions, 0 deletions
diff --git a/Doc/lib/libftplib.tex b/Doc/lib/libftplib.tex
index 45e65ba..3063049 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: