--- a/E5Network/E5Ftp.py Fri Oct 18 23:00:41 2013 +0200 +++ b/E5Network/E5Ftp.py Fri Nov 01 15:48:48 2013 +0100 @@ -276,7 +276,8 @@ " given") if self.__proxyType in [E5FtpProxyType.NonAuthorizing, - E5FtpProxyType.AuthResp, E5FtpProxyType.Bluecoat]: + E5FtpProxyType.AuthResp, + E5FtpProxyType.Bluecoat]: user += "@" + self.__host if self.__proxyType == E5FtpProxyType.Bluecoat: user += " " + self.__proxyUser