Home | History | Annotate | Download | only in Lib

Lines Matching defs:ntransfercmd

309     def ntransfercmd(self, cmd, rest=None):

360 """Like ntransfercmd() but returns only the socket."""
361 return self.ntransfercmd(cmd, rest)[0]
673 def ntransfercmd(self, cmd, rest=None):
674 conn, size = FTP.ntransfercmd(self, cmd, rest)