Unleash Your Server Potential with Expert Insights
Hosting provided by: CloudwaysSponsored by: shopp.bio
Sponsored by: shopp.bio
Category: VPS Setup
apt install vsftpd
ufw allow 20/tcp && ufw allow 21/tcp
ufw allow 40000:50000/tcp
/etc/vsftpd conf
withnano /etc/vsftpd.conf
pasv_min_port=40000
pasv_max_port=50000
Restart withsystemctl restart vsftpd
ufw enable
) Test withftp ip
netstat -tulnp | grep vsftpd