copy files between servers asp.net mvc
        Posted  
        
            by kalyan
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by kalyan
        
        
        
        Published on 2010-03-17T15:59:56Z
        Indexed on 
            2010/03/17
            16:41 UTC
        
        
        Read the original article
        Hit count: 348
        
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.
© Stack Overflow or respective owner