Skip to content
Mason Sipe edited this page Oct 15, 2018 · 3 revisions

contents of anon.sh


Basic Info

Purpose: Creates an anonymous vsftpd configuration profile.

Runtime: On Demand

Advanced Info

Stages:

A: Stops VSFTPD

B: Creates a new configuration file. (/etc/vsftpd-anon.conf)

C: Writes into the new conf file. {

listen=YES

local_enable=NO

anonymous_enable=YES

anon_root=/home/anon_user

anon_max_rate=2048000

listen_adress= $(hostname -I)

listen_port=21

}

D: Adds the config file to vsftpd

E: Starts VSFTPD

Clone this wiki locally