src/eric7/EricNetwork/EricFtp.py

branch
eric7
changeset 10689
3ede487187f2
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
equal deleted inserted replaced
10688:0d9853ceb288 10689:3ede487187f2
116 self.__proxyPassword = proxyPassword 116 self.__proxyPassword = proxyPassword
117 self.__proxyAccount = proxyAccount 117 self.__proxyAccount = proxyAccount
118 118
119 self.__host = host 119 self.__host = host
120 self.__port = ftplib.FTP_PORT 120 self.__port = ftplib.FTP_PORT
121 self.__user = user
122 self.__password = password
123 self.__acct = acct
124 121
125 if host: 122 if host:
126 self.connect(host) 123 self.connect(host)
127 if user: 124 if user:
128 self.login(user, password, acct) 125 self.login(user, password, acct)

eric ide

mercurial