Introduction

In this chapter, we will learn how to use create a networking server program and a client program using Qt 5'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 5 and C++ language.