在C#中使用Telnet执行命令 [英] Executing commands by using Telnet in C#

查看:1233
本文介绍了在C#中使用Telnet执行命令的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


可能重复:

C#Telnet Library


/ strong>使用C#编程,以便一旦建立到服务器的连接,我可以执行服务器上的 ls,ls -l,mv,rm ..等命令。



有可能吗?在C#中有类是为了类似于FTP(FtpWebRequest)的类吗?

当我执行 ls 时,我需要将服务器上生成的列表发送到

是的,这里有一个telnet库
http://www.codeproject.com/KB/IP/MinimalisticTelnet.aspx


Possible Duplicate:
C# Telnet Library

I wish to do telnet programatically using C# so that once I establish the connection to the server, I can execute the commands like ls, ls -l, mv, rm.. etc on the server.

Is it possible? Are there classes in C# for this purpose similar to the classes for FTP (FtpWebRequest)? If yes, please direct me to the right approach.

When I execute ls, I need the list generated on server to be sent to the client i.e. windows machine in my case.

解决方案

Yes, here you have a telnet library http://www.codeproject.com/KB/IP/MinimalisticTelnet.aspx

这篇关于在C#中使用Telnet执行命令的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆