Hi,
How can I copy a server side file to my local machine,
I've tried using:
Dim fso
Set fso = CreateObject("Scripting.FileSystemObject")
fso.CopyFile "http://200.200.200.200 \files\test_file.doc", "C:\test_file.doc"
But I get an error message, that the URL...