Copy Excel File from Web Server to Local Machine

Discussion in 'ASP.NET / ASP.NET Core' started by cluettinsur, Jan 3, 2011.

  1. I have generated an Excel File and saved it on a folder on the Server. Would like to copy the file to a local PC and start Excel with the new file created. Hope someone can help me with the code to do this. I am able to do it on my localhost machine but it does not work when running on the Server.

    Thanks in advance - Mike
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    The only way i can think of is to use FTP. This, however, requires that you have a FTP Server installed on your local network.
     
  3. Thanks Bruce. I have generated an Excel File and saved it on the DiscountASP Server from my Web Application. Are you saying there is no easy way to provide a user access to that Excel File?
     
  4. mjp

    mjp

    I'm closing this since you're getting an answer in another thread.
     

Share This Page