landon11
08-07-2002, 07:07 PM
I can copy a file on the server with fso but how do you copy the
file from one server to another. If I use:
<code>
fso.CopyFile "C:\Temp\Test.txt","C:\Temp\Test2.txt"
</code>
It is fine but when I try to go from one server to another on the
network like this:
<code>
fso.CopyFile "\\ServerA\Temp\Test.txt","\\ServerB\Temp\Test2.txt"
</code>
I have poblems.
Thank you
file from one server to another. If I use:
<code>
fso.CopyFile "C:\Temp\Test.txt","C:\Temp\Test2.txt"
</code>
It is fine but when I try to go from one server to another on the
network like this:
<code>
fso.CopyFile "\\ServerA\Temp\Test.txt","\\ServerB\Temp\Test2.txt"
</code>
I have poblems.
Thank you