CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2001
    Location
    AL
    Posts
    2

    Windows/Unix file access

    Does anyone know how to access files on a Unix share from WindowsNT/Windows2000? Is it possible to implement a solution in a short amount of time, or would I be better off using a third party library?

    Martin Logsdon
    Global Tel*Link

  2. #2
    Join Date
    Aug 2001
    Posts
    4

    Re: Windows/Unix file access

    I used samba (http://samba.org)!. It make linux look/act like NT server.


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