In the previous chapter, we learned how to draw images on-screen using Qt. In this chapter, however, we are going learn something totally different, which is setting up our own file server and linking it to our Qt application.
In this chapter, we will cover the following topics:
- Setting up the FTP server
- Displaying the file list on the list view
- Uploading files to the FTP server
- Downloading files from the FTP server
Let's get started!