예제 #1
0
        static void Main(string[] args)
        {
            var c = new SSHConnection("tev01.phys.washington.edu", "gwatts");
            var f = c.CopyToLocal("./wget-log", "wget.log");

            Console.WriteLine(f.FullName);
        }