2016年11月6日

apache vfs 本地文件上传

摘要: public static void main(String[] args) throws IOException { FileSystemManager manager = VFS.getManager(); String uri = "ftp://username:password@ip:po... 阅读全文

posted @ 2016-11-06 13:45 四季常青 阅读(148) 评论(0) 推荐(0)

apache vfs 文件上传

摘要: 1 private static FileSystemManager fsManager = null; 2 private static final String ftpUri = "ftp://username:password@ip:port/dir/"; 3 4 static 5 { 6 try 7 ... 阅读全文

posted @ 2016-11-06 13:45 四季常青 阅读(1317) 评论(0) 推荐(0)

导航