CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2001
    Location
    Greece, Athens
    Posts
    1,015

    Remote Access to shared folder

    Hi everyone. I want to access a remote directory (which is shared), under win2000. Can I do this using simply the Win. Explorer (e.g. using the ip address?).
    Regards,
    Theodore
    Theodore
    Personal Web Page (some audio segmentation tools): www.di.uoa.gr/~tyiannak

  2. #2
    Join Date
    May 2002
    Posts
    10,943

    Re: Remote Access to shared folder

    There must be a file sharing protocol enabled to access a folder from another computer. The best way is to use a FTP server and connect to the server from the other PC.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured