标签:bind pac code 搭建 家庭 csdn .com htm inf
1 windows下搭建ftp服务器
https://blog.csdn.net/qq_34610293/article/details/79210539
搭建好之后浏览器输入 ftp://ip就可以看见弹出账号密码的输入框。(win10家庭版本是没有在计算机管理中显示用户组的,具体添加方法见:https://www.kafan.cn/edu/68801291.html)
2 原生上传下载的demo
<dependency> <groupId>commons-net</groupId> <artifactId>commons-net</artifactId> <version>3.3</version> </dependency>
上传工具类
3 springboot整合spring Camel 读取ftp文件
<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-spring-boot-starter</artifactId> <version>2.19.1</version> </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-bindy</artifactId> <version>2.19.1</version> </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-ftp-starter</artifactId> <version>2.19.1</version> </dependency>
配置文件
标签:bind pac code 搭建 家庭 csdn .com htm inf
原文地址:https://www.cnblogs.com/domi22/p/9744525.html