Skip to content

Latest commit

 

History

History

springboot-file-storage-ftp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

springboot-file-storage-ftp

  • ftp工具类
  • ftp多数据源配置

依赖引入

		<!-- FtpClient -->
		<dependency>
			<groupId>commons-net</groupId>
			<artifactId>commons-net</artifactId>
			<version>3.8.0</version>
		</dependency>