src/eric7/EricNetwork/EricFtp.py

branch
eric7
changeset 9576
be9f8e7e42e0
parent 9473
3f23dbf37dbe
child 9653
e67609152c5e
equal deleted inserted replaced
9575:635b6c5a36e1 9576:be9f8e7e42e0
317 raise EricFtpProxyError( 317 raise EricFtpProxyError(
318 "991 Proxy usage requested, but no proxy user given" 318 "991 Proxy usage requested, but no proxy user given"
319 ) 319 )
320 if not self.__proxyPassword: 320 if not self.__proxyPassword:
321 raise EricFtpProxyError( 321 raise EricFtpProxyError(
322 "992 Proxy usage requested, but no proxy password" " given" 322 "992 Proxy usage requested, but no proxy password given"
323 ) 323 )
324 324
325 if self.__proxyType in [ 325 if self.__proxyType in [
326 EricFtpProxyType.NON_AUTHORIZING, 326 EricFtpProxyType.NON_AUTHORIZING,
327 EricFtpProxyType.AUTH_RESP, 327 EricFtpProxyType.AUTH_RESP,

eric ide

mercurial