D | ftplib.py | 116 def __init__(self, host='', user='', passwd='', acct='', argument 378 def login(self, user = '', passwd = '', acct = ''): argument 507 def acct(self, password): member in FTP 648 def __init__(self, host='', user='', passwd='', acct='', keyfile=None, argument 667 def login(self, user='', passwd='', acct='', secure=True): argument
|