At work, I have full rights to a Frontpage webserver since I have to maintain a web page. In an attempt to automate the procedure, I wanted to write an asp app that would pull the information from an Access DB and display it. However, the group in charge, for reasons they won't fully explain, won't let me do it. But that's another rant.

So I worked around it by creating the html on my hard drive then I have to manually copy the files to the Frontpage webserver doing drag and drop. Is there anyway to programattically copy these files over to the webserver? I've tried mapping a dedicated drive, but that doesn't work. And I can't ftp to it either.

Any ideas?