#!/bin/sh
set -eux

ftp -inv<<EOF
open localhost
user anonymous healthcheck
ls
bye
EOF
