--- a/Utilities/FtpUtilities.py Fri Nov 01 15:48:48 2013 +0100 +++ b/Utilities/FtpUtilities.py Sun Nov 03 15:58:22 2013 +0100 @@ -65,7 +65,7 @@ @return flag indicating to ignore the line (boolean) """ return line.strip() == "" or \ - line.strip().lower().startswith("total ") + line.strip().lower().startswith("total ") def __parseUnixMode(self, modeString, urlInfo): """ @@ -203,7 +203,7 @@ @return URL info object containing the valid data (E5UrlInfo) """ modeString, nlink, user, group, size, month, day, \ - yearOrTime, name = self.__splitUnixLine(line) + yearOrTime, name = self.__splitUnixLine(line) if name in [".", ".."]: return None