--- a/Helpviewer/Network/FtpReply.py Thu Sep 20 20:10:08 2012 +0200 +++ b/Helpviewer/Network/FtpReply.py Sat Sep 22 18:24:35 2012 +0200 @@ -196,7 +196,8 @@ byAuth = False while retry: if self.__proxy: - self.__ftp.connect(self.__proxy.hostName(), self.__proxy.port()) + self.__ftp.connect(self.__proxy.hostName(), self.__proxy.port(), + timeout=10) else: self.__ftp.connect( self.url().host(), self.url().port(ftplib.FTP_PORT), timeout=10)