项目描述

SharpSSH is a pure .NET implementation of the SSH2 client protocol suite. It provides an API for communication with SSH servers and can be integrated into any .NET application.

下载

Your rating
Review this project

2012-04-26 11:43
评论由 匿名

Rating:
(4 of 4 people found this review helpful)
動いた!これは良い! Tamir.SharpSSH を参照に追加して、 using Tamir.SharpSsh; と頭に書いて SCPしたいところで Scp scp = new Scp("111.111.111.111", "username"); scp.Password = "userpassword"; scp.Connect(22); scp.Put(@"C:\test\test.jpg", "/home/test/test.jpg"); scp.Close(); とかするだけ!
评列表