HomeSort by relevance Sort by last modified time
    Searched refs:RETR (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ftplib.py 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)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ftplib.py 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)
    [all...]

Completed in 32 milliseconds