Searched refs:ntransfercmd (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Lib/ |
D | ftplib.py | 336 def ntransfercmd(self, cmd, rest=None): member in FTP 393 return self.ntransfercmd(cmd, rest)[0] 792 def ntransfercmd(self, cmd, rest=None): member in FTP_TLS 793 conn, size = super().ntransfercmd(cmd, rest)
|
/third_party/python/Lib/urllib/ |
D | request.py | 2436 conn, retrlen = self.ftp.ntransfercmd(cmd) 2457 conn, retrlen = self.ftp.ntransfercmd(cmd)
|
/third_party/python/Doc/library/ |
D | ftplib.rst | 330 .. method:: FTP.ntransfercmd(cmd, rest=None)
|
/third_party/python/Misc/ |
D | HISTORY | 26476 ftplib -- ntransfercmd(), transfercmd(), and retrbinary() all now 31100 Drake). Also added an ntransfercmd() method to the FTP class, which
|