Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

copy a server side file to the client

Status
Not open for further replies.

ranc

Programmer
Oct 29, 2000
9
IL
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 " \files\test_file.doc", "C:\test_file.doc"

But I get an error message, that the URL file path is incorrect.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top