摘要: /** * FTP上传单个文件 */ public static void testUpload() { FTPClient ftpClient = new FTPClient(); FileInputStream fis = null; ... 阅读全文
posted @ 2014-11-09 09:23 Kevin_Zhou_9 阅读(285) 评论(0) 推荐(0) 编辑