273 def __processData(self): |
273 def __processData(self): |
274 """ |
274 """ |
275 Private slot to process data from the FTP server. |
275 Private slot to process data from the FTP server. |
276 """ |
276 """ |
277 self.__content += self.__ftp.readAll() |
277 self.__content += self.__ftp.readAll() |
|
278 self.readyRead.emit() |
278 |
279 |
279 def __setContent(self): |
280 def __setContent(self): |
280 """ |
281 """ |
281 Private method to set the finish the setup of the data. |
282 Private method to set the finish the setup of the data. |
282 """ |
283 """ |