Skip to content

Guest FTP

Brett Petch edited this page Jan 3, 2022 · 2 revisions

We have build together a script that will allow you to easily setup FTP Access for your guest users. Bandwidth to this FTP client will be counted against your bandwidth quota.

You can install this application by doing the following steps. It will create a systemd, and can be controlled via systemctl --user <action>

curl -sL "https://github.com/brettpetch/hosted-scripts/raw/master/guestftp.sh" -o ~/guestftp.sh
chmod +x ~/guestftp.sh
~/guestftp.sh username password pathtofiles
Clone this wiki locally