
SFTP
_Debug_debug
渣渣博客,便于自己记录,搜索用,如有错请海涵,并指出
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
生成文件且通过FTP上传到别的服务器的指定路劲
1.创建文件路劲 String miguPath = this.getClass().getClassLoader().getResource(File.separator) .getPath() + "template/export/synMigu/"; File file = new File(...原创 2019-11-27 14:32:58 · 680 阅读 · 0 评论 -
使用JSch实现SFTP文件传输
maven依赖: <!-- FTP --> <dependency> <groupId>com.jcraft</groupId> <artifactId>jsch</artifactId> <version>0.1原创 2018-05-30 20:08:38 · 2187 阅读 · 0 评论