Home
last modified time | relevance | path

Searched refs:ntransfercmd (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/
Dftplib.py336 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/
Drequest.py2436 conn, retrlen = self.ftp.ntransfercmd(cmd)
2457 conn, retrlen = self.ftp.ntransfercmd(cmd)
/third_party/python/Doc/library/
Dftplib.rst330 .. method:: FTP.ntransfercmd(cmd, rest=None)
/third_party/python/Misc/
DHISTORY26476 ftplib -- ntransfercmd(), transfercmd(), and retrbinary() all now
31100 Drake). Also added an ntransfercmd() method to the FTP class, which