Searched refs:connect_ftp (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Lib/urllib/ | ||
D | request.py | 1565 fw = self.connect_ftp(user, passwd, host, port, dirs, req.timeout) |
/third_party/python/Lib/test/ | ||
D | test_urllib2.py | 717 def connect_ftp(self, user, passwd, host, port, dirs, member in HandlerTests.test_ftp.NullFTPHandler |