Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
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 4 Doc/library/ftplib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.