ftp_push: Mirrors a set of local files (e.g. website pages & images) to an ftp server. Place the mirrored dirs and file globs in the %content in script (or use -f). N.B. each dir has an ftp MDELETE run on it. ALL remote files are destroyed. Copyright (c) 2001 by Karl J. Runge Usage: ftp_push Options: -h set ftp server host (ftp.somesite.net) -u set ftp server user name (runge) -p set ftp server password -d set toplevel ftp server directory (public_html/mysite/test) -c create and/or add to the content hash. could be a glob pattern. Overrides content in -f file or script defaults. Overridden by command line items. -k mkdir the directories (e.g. the initial upload) (will create all components of toplevel dir if missing) -R remove all the files and directories (but does not remove top level dir) -t