CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Posts
    29

    URGENT: Connection with a UNIX server

    Hi all!
    I have a Unix server and an application VB in a client machine (win95). I want to execute a command in the server Unix (or a script) from my application VB.
    Is that possible?

    Thanks in advance !

    Federica
    [email protected]


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: URGENT: Connection with a UNIX server

    There are probably many ways to do what you want. You could use one of the Internet Controls that come with VB 5 or 6 and use FTP or WinSock to communicate with your UNIX machine.
    I also read, that there is a DCOM implementation available for some UNIXs. This should allow you to COMmunicate with your UNIX machine using remote automation.


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