for f in `find . -maxdepth 1 -newer .x -name \*awk` ; do
        ftp -n <<HERE
open 192.168.88.7
user nmt 1234
cd /USB_DRIVE/Apps/oversight/bin/catalog
put "$f"
dir "$f"
HERE
done && touch .x
