April 2018
Intermediate to advanced
404 pages
8h 27m
English
Next, we will learn how to save and display the file list on the FTP server. Actually, the FTP server does provide the file list by default, and Qt was able to display it using the qtftp module back in older versions. However, since Version 5, Qt has completely dropped the qtftp module and this feature no longer exists.
In Qt, we use the QNetworkAccessManager class to communicate with our FTP server so features that are specifically designed for FTP no longer work. But, don't worry, we will look into some other alternative methods to achieve the same result. ...
Read now
Unlock full access