Lines Matching full:retr
92 To download a file, use ftp.retrlines('RETR ' + filename),
398 cmd: A RETR command.
422 cmd: A RETR, LIST, NLST, or MLSD command.
436 if self.debugging > 2: print '*retr*', repr(line)
714 if self.debugging > 2: print '*retr*', repr(line)
772 '''Parse the '150' response for a RETR request.
874 # So: STOR before RETR, because here the target is a "user".
877 sreply = source.sendcmd('RETR ' + sourcename)
1040 ftp.retrbinary('RETR ' + file, \