ftp
zlt_1222
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
打包下载zip文件
public void downloadAttachZip(Long contId, HttpServletResponse response, HttpServletRequest request) { InputStream in = null; OutputStream os = null; ZipOutputStream zos = null ; t...原创 2018-10-17 19:24:39 · 1279 阅读 · 0 评论 -
从ftp下载文件
public void downloadAttach(Long contAttachId, HttpServletResponse response, HttpServletRequest request) throws Exception { ContractAttachDto attach = contractAttachAgent.selectByPrimaryKey(c...原创 2018-10-17 19:29:45 · 383 阅读 · 0 评论
分享