private static void DoSys(FtpsClient client) { var systemInfo = client.GetSystem(); Console.WriteLine("Remote system: \"" + systemInfo + "\""); }