Copy files with local accounts

  • Thread starter Thread starter Enthus
  • Start date Start date
E

Enthus

Guest
Hello

I am trying to copy files and folders from server A to server B (both in the
same domain) with local accounts as well as domain accounts have NTFS
permissions. Domain accounts are resolving fine but local accounts are not
resolving as expected. Is there a tool or utility achieve this?
In a nut shell whenTest.aspx is copied from SERVER A with IUSR_SERVERA
execute permissions to SERVER B should resolove to IUSR_SERVERB account with
execute permissions.
 
Re: Copy files with local accounts


"Enthus" <Enthus@discussions.microsoft.com> wrote in message
news:51DBBA1A-869C-407F-8CB6-95483F5925D4@microsoft.com...
> Hello
>
> I am trying to copy files and folders from server A to server B (both in
> the
> same domain) with local accounts as well as domain accounts have NTFS
> permissions.


Presumably you mean with local COMPUTER specific accounts (local
account means something entirely different that almost no one knows about.)

> Domain accounts are resolving fine but local accounts are not
> resolving as expected.


Computer specific accounts have no PRIVILEGES off the local machine
so you should not expect them to be able to read -- and therefore copy
-- a network file share nor to write to one.

> Is there a tool or utility achieve this?
> In a nut shell whenTest.aspx is copied from SERVER A with IUSR_SERVERA
> execute permissions to SERVER B should resolove to IUSR_SERVERB account
> with
> execute permissions.


You must (generally) use a domain (or trusted) account to copy to and from
network locations.
 
Back
Top