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

Lines Matching defs:retrbinary

93     or ftp.retrbinary() with slightly different arguments.
394 def retrbinary(self, cmd, callback, blocksize=8192, rest=None):
690 def retrbinary(self, cmd, callback, blocksize=8192, rest=None):
1040 ftp.retrbinary('RETR ' + file, \