#!/bin/sh
echo -n "date "
date
(
echo open $1
echo user anonymous dspin-nospam@aegean.gr
echo get $2 $3
echo quit
) | ftp -nev
