Home
last modified time | relevance | path

Searched refs:sendport (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/
Dftplib.py278 def sendport(self, host, port): member in FTP
326 resp = self.sendport(host, port)
915 target.sendport(sourcehost, sourceport)
/external/python/cpython2/Lib/
Dftplib.py256 def sendport(self, host, port): member in FTP
303 resp = self.sendport(host, port)
901 target.sendport(sourcehost, sourceport)