예제 #1
0
        private static void DoCustomCommand(FtpsClient client)
        {
            var reply = client.SendCustomCommand(_commandArguments[0]);

            Console.WriteLine("Server reply: " + reply);
        }