[SailfishDevel] FTP download with qtquick possible ?
Matthias Barmeier
barmeier at barmeier.com
Sat Jun 21 14:13:35 UTC 2014
Hi,
I think I will give Python a try because my C++ knwoledge is
very limited.
Thanks a lot.
Ciao
Matze
Am 21.06.2014 16:05, schrieb Alejandro Exojo:
> El Friday 20 June 2014, Matthias Barmeier escribió:
>> is it possible to download a file via qml(JS) from a server and store
>> the file on the sdcard ?
> It is possible in the same degree that almost everything is possible. That
> doesn't mean you can do absolutely everything in the QML/JS side of things,
> because you rarely should do it. You should limit yourself to the UI in QML,
> and couple the UI with a more powerful logic in C++ (or in Python, if you give
> PyOtherSide a try).
>
> With Qt/C++, it was possible to use the QFtp, but is no longer available in
> Qt5. You can find some solutions, though: https://duckduckgo.com/?q=qftp+qt5
>
More information about the Devel
mailing list