home *** CD-ROM | disk | FTP | other *** search
- echo "Uploading files updated since $upldate"
- ;cd dh1:files/www ;your local web pages directory
-
- s:dateexec copy local-html-dir $upldate ~(#?.info) TO FTP:my-web-space ALL
- ; ^^^^^^^^^^^^^^ ^^^^^^^^^^^^
- ; local-html-dir is the directory on your hard drive that contains your
- ; html files. this script *will* recurse into subdirectories, but will
- ; *not* create them automatically
- ;
- ; my-web-space should be replaced with the name of the FTPMount directory
- ; that points to your remote webspace
- ;
- ; You can have as many of these lines as you want.
-
- DATE TO ENVARC:upldate
- DATE TO ENV:upldate
-
-