Home | History | Annotate | Download | only in Lib

Lines Matching defs:ntransfercmd

340     def ntransfercmd(self, cmd, rest=None):
396 """Like ntransfercmd() but returns only the socket."""
397 return self.ntransfercmd(cmd, rest)[0]
795 def ntransfercmd(self, cmd, rest=None):
796 conn, size = FTP.ntransfercmd(self, cmd, rest)