摘要:
//ftp.makeDirectory(path);// 这个方法不会改变当前工作目录 //保证可以创建多层目录 StringTokenizer s = new StringTokenizer(path, "/"); s.countTokens(); String pathName = ""; while (s.hasMoreElements()) { pathN... 阅读全文
posted @ 2018-11-15 09:46
apache-xinge
阅读(2661)
评论(0)
推荐(0)
浙公网安备 33010602011771号