mkdir /usr/local/f3
cp f3 /usr/local/f3/
cp f3.service /etc/systemd/system/f3.service
systemctl daemon-reload
systemctl start f3
it will create ./files directory to save files and listen on port 80
test filename:test.tar.gz
curl localhost -T test.tar.gz
curl localhost/test.tar.gz -O