Click here for "Safe Air Conditioner Repair and Proper Freon Recovery".

Rocky Linux8.6 : FTP Server

Install FTP Server

1. Install  Vsftpd

2.Vsftpd configuration

Save the unedited vsftpd.conf with .bak

①Editing Configuration Files
②Add users to allow directory access to upper level
③ Specify IP addresses to allow connections in /etc/hosts.allow
Write vsftpd:ALL (deny all connections) in /etc/hosts.deny
This setting overrides hosts.allow. That is, everything is denied, and IP addresses specified in hosts.allow are allowed.
④Enable vsftpd autostart and start it
⑤From windows side, check if you can connect with FileZilla.
Open the ftp port with firewall before connecting
Start FileZilla and select "Site Manager" from the "File" menu.
「New site」click
Enter the following settings for each item and click "Connect"
Protocol : FTP-File Transfer Protocol
Host : Server IP Address
Port : ( blank.)
Logon Type : Ask for password
User  : General user name (server login user)
Password : General user (server login user) password
If the connection is successful, the server directory is displayed on the right and the Windows directory on the left.
Copied title and URL