I am using this script to copy a folder from my site, and I want that the target will be my local computer.
<% Dim FSO Set FSO = Server.CreateObject("Scripting.FileSystemObject") FSO.CopyFolder "C:\Inetpub\WebSites\Mysite","C:\LocalComputer",True Set FSO = Nothing %>
fso can't do it, but you can read the file in fso and feed that to an ado stream object and then write it back to the client. It's a tad complicated though. What's wrong with good old ftp? This is the second post I read on this subject and neither were about allowing anonymous users to download a file. Site owners should just use ftp to do this it would seem to me.