# files.liw.fi is where I publish various files I want to share with others. There are no accounts, no passwords. A tiny amount of privacy is available by not having directory listings and choosing semi-random URLs, but mostly I just don't put anything really sensitive there. SCENARIO files.liw.fi GIVEN server is also known as files.liw.fi WHEN user fetches http://files.liw.fi/ THEN HTTP status is 200 AND HTTP body matches "Random files of mine" WHEN user fetches http://files.liw.fi/private/ THEN HTTP status is 200 AND HTTP body matches "Not for you"