Chapter 8. Working with FTP
In this chapter, we will cover the following topics:
- Installing and configuring the FTP service
- Working with virtual FTP users
- Customizing the FTP service
- Troubleshooting users and file transfers
Introduction
This chapter is a collection of recipes that provides the steps to unmask one of the most fundamental services in the Linux world and also provides the necessary starting point required to install, configure, and deliver the file transfer protocol without hesitation.
Installing and configuring the FTP service
While there are several modern and very secure network file sharing technologies, the good old File Transfer Protocol (FTP) remains one of the most widely used and popular protocols to share and transfer files between computers. There are a number of different FTP servers available in the Linux world. In this recipe, you will learn how to install and configure very secure FTP daemon (vsftpd), which is a well-known FTP server solution that supports...