diff options
-rw-r--r-- | Doc/lib/libftplib.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/lib/libftplib.tex b/Doc/lib/libftplib.tex index 5e83f27..bb52f25 100644 --- a/Doc/lib/libftplib.tex +++ b/Doc/lib/libftplib.tex @@ -169,7 +169,8 @@ the line to \code{sys.stdout}. \begin{methoddesc}{set_pasv}{boolean} Enable ``passive'' mode if \var{boolean} is true, other disable -passive mode. +passive mode. (In Python 2.0 and before, passive mode was off by +default; in Python 2.1 and later, it is on by default.) \end{methoddesc} \begin{methoddesc}{storbinary}{command, file, blocksize} |