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); }