HI,
I am having aspx files and images in one domain. I need to transfer or save this files to another domain using .net code. Is it possible using .net code?? Please suggest me. Its very urgent. Hope yours reply.
Thanks
Printable View
HI,
I am having aspx files and images in one domain. I need to transfer or save this files to another domain using .net code. Is it possible using .net code?? Please suggest me. Its very urgent. Hope yours reply.
Thanks
You can use the FtpWebRequest method that will initiate a FTP request and PUT files from one server to another. See here http://msdn.microsoft.com/en-us/library/ms229715.aspx
Is that what you mean?
Hey,
Are you in charge of both of the domains?
Are you referring to moving your website from one domain to the other?
You really need to provide some more information.
Gary