#!/bin/csh
ftp 192.76.121.10 <<@ > /dev/null
case
binary
cd System/temp
get current.JPG current.jpg
bye
@
nice +4 pdpvisual current.jpg 

convert newsun.jpg newsun.gif
if -e current.jpg then
    rm current.jpg
endif
if -e newsun.jpg then
    rm newsun.jpg
endif
