예제 #1
0
 private static void DoRemoveDir(FtpsClient client)
 {
     client.RemoveDir(NormalizeRemotePath(_commandArguments[0]));
 }