
Script to auto publish DB to website
Look into using DOS FTP program with the -s parameter to use FTP commands from a text file. Should be easy if you are always uploading from the same local directory to the same server directory.
--
Bill James
Microsoft MVPDTS
Win9x VBScript Utilities ? www.billsway.com/vbspage/
Windows Tweaks & Tips ? www.billsway.com/notes_public/
Quote:
> I want to automatically upload an Access db to my website
> each morning. The site was created using Frontpage and is
> hosted remotely with an ISP rather than in-house. Can a
> WSH script be written to do this, including the log in
> process? Perhaps using task scheduler? If not, does
> anyone have any other suggestions?