Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Doc/library/ftplib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -248,9 +248,9 @@ followed by ``lines`` for the text version or ``binary`` for the binary version.
prints the line to ``sys.stdout``.


.. method:: FTP.set_pasv(boolean)
.. method:: FTP.set_pasv(val)

Enable "passive" mode if *boolean* is true, other disable passive mode.
Enable "passive" mode if *val* is true, otherwise disable passive mode.
Passive mode is on by default.


Expand Down