Home | History | Annotate | Download | only in python2.7

Lines Matching refs:ntransfercmd

312     def ntransfercmd(self, cmd, rest=None):
370 """Like ntransfercmd() but returns only the socket."""
371 return self.ntransfercmd(cmd, rest)[0]
683 def ntransfercmd(self, cmd, rest=None):
684 conn, size = FTP.ntransfercmd(self, cmd, rest)