Home
last modified time | relevance | path

Searched refs:set_pasv (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Lib/test/
Dtest_ftplib.py534 self.client.set_pasv(True)
536 self.client.set_pasv(False)
893 self.client.set_pasv(True)
895 self.client.set_pasv(False)
/third_party/python/Lib/
Dftplib.py181 def set_pasv(self, val): member in FTP
973 ftp.set_pasv(not ftp.passiveserver)
/third_party/python/Doc/library/
Dftplib.rst282 .. method:: FTP.set_pasv(val)
/third_party/python/Doc/whatsnew/
D2.1.rst659 unsuitable for your application or network setup, call ``set_pasv(0)`` on
/third_party/python/Misc/
DHISTORY25586 ftp.set_pasv(0).