Facilitated secure file transfer operations by configuring and utilizing Vsftpd for client-server file transfers (passive FTP mode)
FTP uses 2 connections:
Command channel – for sending commands.
Data channel – for sending files or directory listings.
Active FTP
Client opens a command connection to the server (port 21).
Client tells the server: “Connect back to me on port X...
ashikantony.hashnode.dev2 min read