示例#1
0
 public void copyLocalFile(String pathname, String newName) throws IOException {
   transmitFileHandler.copyLocalFile(pathname, newName);
 }