#! /bin/sh

#usage: ftpmirror [-v] [-q] [-i] [-m] [-n] [-r] [-s pat]
#                 [-l username [-p passwd [-a account]]]
#                 hostname [remotedir [localdir]]
#-v: verbose
#-q: quiet
#-i: interactive mode
#-m: macintosh server (NCSA telnet 2.4) (implies -n -s '*.o')
#-n: don't log in
#-r: remove files no longer pertinent
#-l username [-p passwd [-a account]]: login info (default anonymous ftp)
#-s pat: skip files matching pattern
#hostname: remote host
#remotedir: remote directory (default initial)
#localdir: local directory (default current)

/usr/people/hewitt/bin/ftpmirror.py -q -p w.t.hewitt@mcc.ac.uk ftp.cs.utah.edu pub/beazley/SWIG swig

