Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dftplib.py342 def ntransfercmd(self, cmd, rest=None): member in FTP
399 return self.ntransfercmd(cmd, rest)[0]
797 def ntransfercmd(self, cmd, rest=None): member in FTP_TLS
798 conn, size = FTP.ntransfercmd(self, cmd, rest)
/external/python/cpython2/Lib/
Dftplib.py319 def ntransfercmd(self, cmd, rest=None): member in FTP
378 return self.ntransfercmd(cmd, rest)[0]
721 def ntransfercmd(self, cmd, rest=None): member in FTP_TLS
722 conn, size = FTP.ntransfercmd(self, cmd, rest)
Durllib.py906 conn, retrlen = self.ftp.ntransfercmd(cmd)
926 conn, retrlen = self.ftp.ntransfercmd(cmd)
/external/python/cpython2/Doc/library/
Dftplib.rst304 .. method:: FTP.ntransfercmd(cmd[, rest])
/external/python/cpython3/Lib/urllib/
Drequest.py2404 conn, retrlen = self.ftp.ntransfercmd(cmd)
2425 conn, retrlen = self.ftp.ntransfercmd(cmd)
/external/python/cpython3/Doc/library/
Dftplib.rst307 .. method:: FTP.ntransfercmd(cmd, rest=None)
/external/python/cpython2/Misc/NEWS.d/
D2.6a1.rst2320 In ftplib, the FTP.ntransfercmd method, when in passive mode, now uses the
/external/python/cpython2/Misc/
DHISTORY9097 ftplib -- ntransfercmd(), transfercmd(), and retrbinary() all now
13721 Drake). Also added an ntransfercmd() method to the FTP class, which
/external/python/cpython3/Misc/
DHISTORY26476 ftplib -- ntransfercmd(), transfercmd(), and retrbinary() all now
31100 Drake). Also added an ntransfercmd() method to the FTP class, which