--- a/E5Network/E5Ftp.py Sun Nov 03 16:23:07 2013 +0100 +++ b/E5Network/E5Ftp.py Tue Nov 05 22:23:38 2013 +0100 @@ -166,7 +166,8 @@ return super(E5Ftp, self).connect( self.__proxyHost, self.__proxyPort, self.__timeout) else: - return super(E5Ftp, self).connect(self.__host, self.__port, self.__timeout) + return super(E5Ftp, self).connect( + self.__host, self.__port, self.__timeout) def login(self, user="", password="", acct=""): """