I've got a problem with programming an easy FTP-Upload in QT. I am currently using QT 5.5 and the QFtp Class is no longer available. So I used the code that is working in my Visual C++ project.
Is there a way I can fix this problem? Is it possible to get QFtp working in QT 5.5?
(string fileToUpload is the file path)
(string fileName is the name of the file on the remote machine when it is uploaded)
Thanks in advance!