copy files between servers asp.net mvc
- by kalyan
Hi,
I am using asp.net, c#, MVC and nHibernate and I am trying to upload a file from a local machine to the server and replicate the file to the different server. I was able to upload file to the server and copy the file from one folder to the other folder on the same server without any problem.But how can I copy the file from one server to another server.
Please follow the link to see how to copy a file from one folder to another folder on the same server.
Click to see my answer to the file upload question.[please look for answer by kalyan]
Please help. Thank you.