Anonymous FTP – FTP Server Setup Complete Guide

By |2020-12-08T12:56:57-06:00December 8th, 2020|Categories: Linux Networking, Linux System, Web Servers & Applications|Tags: , , , , , , |

Welcome to Linux FTP server setup tutorial. We are going to setup an anonymous FTP server. Linux (CentOS 6) powered FTP server which support anonymous users, no password needed to access FTP. yum -y update yum -y install nano wget Set the network in your local network DHCP. nano /etc/sysconfig/network-scripts/ifcfg-eth0 Now, install the FTP server. yum [...]