本文介绍了需要帮助以实现Windows中的C#应用​​程序与Linux SLES 10服务器之间的连接的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我真的需要帮助...

我需要从Windows编写c#应用程序,该应用程序将连接到Linux虚拟机服务器(SLES 10)
例如以下信息:

VM服务器:example01.xx.example.com
用户名:rrrr
密码:rrrr

我该怎么办?
我看到的所有示例都是我通过TCP.IP地址和端口进行连接的.

有人可以给我提供一个简单的C#代码示例,以便从Windows应用程序连接到这样的Linux服务器吗?

Hi,
I really need help with this...

I need to write c# app (from windows)that will connect to Linux virtual machine server(SLES 10)
with the following information for example:

VM server : example01.xx.example.com
Userid: rrrr
Pssword: rrrr

How can i do it?
all the example that i saw i for connection with TCP.IP address and with port.

Can someone provide me a simple example of C# code for connection to such a Linux server from windows app?

推荐答案


这篇关于需要帮助以实现Windows中的C#应用​​程序与Linux SLES 10服务器之间的连接的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

11-02 15:57