Using Network and Managing Large Documents
In this chapter, we will learn how to create a networking server program and a client program using Qt 6’s networking module. We will also learn how to create a program that uses File Transfer Protocol (FTP) to upload and download files from the server. Lastly, we will learn how to send HTTP requests to a specific web service using Qt 6 and C++ language.
In this chapter, we’re going to cover the following main topics:
- Creating a TCP server
- Creating a TCP client
- Uploading and downloading files using FTP