Remote Access to Server

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • SalariaGaurav
    New Member
    • Apr 2008
    • 1

    Remote Access to Server

    I am developing a Team Wiki Reporting Service. I need to access log files and other data(iwhich is present in text files) on remote Team Wiki server from my local machine .How can i achieve it . I am developing an ASP.Net website

    Kindly guide me how o can achieve this


    thanks
  • DrBunchman
    Recognized Expert Contributor
    • Jan 2008
    • 979

    #2
    Hi SalariaGaurav,

    You can access remote files using System.File.IO and by referring to them as follows:

    <server name or ip address><share name><folder><f ilename>

    For example: \\Server1\Share 3\Folder6\File9 9.txt

    You must ensure that the folders you are trying to access are set with the correct permission levels.

    Hope this helps,

    Dr B

    Comment

    Working...