Install Vsftpd to configure FTP Server on Fedora 38
VSFTPD, which stands for “Very Secure File Transfer Protocol Daemon,” is an open-source FTP (File Transfer Protocol) server software. It is designed to facilitate file transfers between a client (usually a computer) and a server, allowing users to upload and download files to and from the server over a network, typically the Internet.
by Epikod
linux ftp server
For "Passive Mode" add these lines to the end of your vsftpd.conf file
pasv_enable=YES
pasv_min_port=40000
pasv_max_port=40100
pasv_address=<your_server_ip>