mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Added note about ftpmirror.py, since that seems to be one of the most
requested Python tools/examples.
This commit is contained in:
parent
545006259d
commit
e82f5b3d6e
1 changed files with 8 additions and 0 deletions
|
@ -69,6 +69,14 @@ not begin with a digit in the range 1--5.
|
||||||
\end{excdesc}
|
\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}}
|
\subsection{FTP Objects \label{ftp-objects}}
|
||||||
|
|
||||||
\class{FTP} instances have the following methods:
|
\class{FTP} instances have the following methods:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue