Linux-Noob Forums

Full Version: How connect to a LINUX machine using VB app.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

Anyone know what component or where to get a tutorial on how to connect to a LINUX machine using a VB app?

 

I am trying to create a WIN32 Visual Basic application that communicates to a LINUX machine. I will need to read some file info from the LINUX machine and display it in the application. If change is need I will write the change to the file.

 

Thanks.


You don't really tell us what you want to do exactly. There is hundreds of methods of connection to Linux, none of which rely on Windows.

 

Maybe you should look into Samba, maybe telnet, ssh .. ?