Example #1
0
 public static void pull(String source, String destination) throws Exception {
   pull(source, destination, true);
 }