Ftp .
-
Hi!!.
i'm trying to upload a file to my ftp server, i have tried some things such QNetworkAccessManager following up this tutorial : https://evileg.com/en/post/255/ with no luck, the program crashes i don't know because thread is a bit old or something else....
Then looked for QFtp but looks like Qt5 does not has the library...
Is there a basic way to upload and download to from ftp repository ?
Thanks in advance. -
Hi,
What is the stack trace of your crash ?
Nothing stands out as really wrong from the example you linked except the understanding of the lifetime requirements for the QFile.