I'm looking for some code example on how to move a folder/file from one
server to another inside the same domain. I have code to move a folder from
on location to another on the same server, but when I try to move a
folder/file from one server to another, I get a permission denied error. Any
help would be greatly appreciated.
Ron

Re: using vbscript to transfer/move files by Ray

Ray
Mon Apr 04 13:50:01 CDT 2005

Can you show us your code? Perhaps you're just missing a \.

Ray at work

"Ron Bromwell" <RonBromwell@discussions.microsoft.com> wrote in message
news:EEFA2C10-67A9-4152-81C8-4DC60B7DF2AA@microsoft.com...
> I'm looking for some code example on how to move a folder/file from one
> server to another inside the same domain. I have code to move a folder
from
> on location to another on the same server, but when I try to move a
> folder/file from one server to another, I get a permission denied error.
Any
> help would be greatly appreciated.
> Ron
>



Re: using vbscript to transfer/move files by mark

mark
Tue Apr 05 16:08:20 CDT 2005

What account is the script running under? If it's a startup script
running under system, you'd get the problem you describe because the
script doesn't have rights on the remote box.