Ejemplo n.º 1
0
 private static void DoMakeDir(FtpsClient client)
 {
     client.MakeDir(NormalizeRemotePath(_commandArguments[0]));
 }