Review
Filter RSS

Your rating
Review this project

2012-04-26 11:43
Review by Anonymous

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(); とかするだけ!