Ask a Question related to ASP.NET Security, Design and Development.
-
Divya #1
Copy File from 1 domain to another
Hello,
I am trying to copy a file from one domain to another. I have the username
and password of the destination domain. I tried a couple of options -
1. Using the Impersonator Class -
[url]http://www.codeproject.com/useritems/ZetaImpersonator.asp[/url]
2. Using WebRequest object to write the file to the destination domain -
[url]http://www.dotnet247.com/247reference/msgs/42/211482.aspx[/url]
Both these approaches gave me the same error - Access denied to MyFile.txt.
Could someone please give me a pointer to solve this problem?
Thanks,
-Divya
Divya Guest
-
File::Copy
Anyone know how to get File::Copy module to keep file permissions when it copies from one location to another? Thanks -
copy file
Hello all I like to move a uploaded file but I get the warning I do not have the right priviliges I tried to change this with the ftp_site... -
copy only the pm file?
Can i say that is an installation For example, i didn;t have the Tk::Columns so i download the pm file(source) and copied into the... -
File::Copy & CGI.pm
From: "Yupapa.com" <webmaster@yupapa.com> This aint entirely true. You can use File::Copy to copy files to remote shares (Windows Networking),... -
File copy
How can I copy a file from disk to server? Give me an example -
Divya #2
RE: Copy File from 1 domain to another
Its me again....I forgot to add that this is a console application and the 2
domains I am referring to are on the same internal network and not across the
internet.
Any help with this will be appreciated!
Thanks.
-Divya
"Divya" wrote:
> Hello,
>
> I am trying to copy a file from one domain to another. I have the username
> and password of the destination domain. I tried a couple of approaches -
> 1. Using the Impersonator Class -
> [url]http://www.codeproject.com/useritems/ZetaImpersonator.asp[/url]
>
> 2. Using WebRequest object to write the file to the destination domain -
> [url]http://www.dotnet247.com/247reference/msgs/42/211482.aspx[/url]
>
> Both these approaches gave me the same error - Access denied to MyFile.txt.
>
> Could someone please give me a pointer to solve this problem?
>
> Thanks,
> -DivyaDivya Guest



Reply With Quote

