1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
| Methods defined here: | | init(self, host=’’, user=’’, passwd=’’, acct=’’, keyfile=None, certfile=None, context=None, timeout=, source_address=None) | | auth(self) | Set up secure control connection by using TLS/SSL. | | login(self, user=’’, passwd=’’, acct=’’, secure=True) | | ntransfercmd(self, cmd, rest=None) | | prot_c(self) | Set up clear text data connection. | | prot_p(self) | Set up secure data connection. | | retrbinary(self, cmd, callback, blocksize=8192, rest=None) | | retrlines(self, cmd, callback=None) | | storbinary(self, cmd, fp, blocksize=8192, callback=None, rest=None) | | storlines(self, cmd, fp, callback=None)
|