dd if=/dev/zero of=$TARGET bs=99k count=1 2>/dev/null
if ! downloadfile http://localhost:8080/testfile "$TARGET" > "$DOWNLOADLOG"; then
cat >&2 "$DOWNLOADLOG"
dd if=/dev/zero of=$TARGET bs=99k count=1 2>/dev/null
if ! downloadfile http://localhost:8080/testfile "$TARGET" > "$DOWNLOADLOG"; then
cat >&2 "$DOWNLOADLOG"