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, |