Yes :) It can be a temporary solution for people like me that wants to at least test Qt5 on software that use QFtp or QHttp
Le 26/12/2011 11:17, [email protected] a écrit : > On 12/24/11 12:24 PM, "ext Thiago Macieira"<[email protected]> > wrote: > >> On Friday, 23 de December de 2011 22.10.19, David Boosalis wrote: >>> I've been using it for a year now, have had no problems on Linux and >>> Windows. I use it to check for application upgrade. Is there a >>> recommended way to do FTP transfers when QFtp is gone. Any chance of >>> QFtp >>> getting into Qt Commercial ? >> Qt Commercial and Qt Open Source are the same. If it's removed from one, >> it's >> removed from both. We can probably place it in a separate module for >> people >> who still need it. > Yes, the code is there and while we really need to remove it from > QtNetwork, we should provide a way for people to use it in their projects. > IMO a static lib containing both QHttp and QFtp could be a solution. > > Cheers, > Lars > >> The recommended way is to use QNetworkAccessManager, which does not have >> API >> for listing directories. >> -- >> Thiago Macieira - thiago.macieira (AT) intel.com >> Software Architect - Intel Open Source Technology Center >> Intel Sweden AB - Registration Number: 556189-6027 >> Knarrarnäsgatan 15, 164 40 Kista, Stockholm, Sweden >> _______________________________________________ >> Development mailing list >> [email protected] >> http://lists.qt-project.org/mailman/listinfo/development > _______________________________________________ > Development mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/development _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
