文悠逸 发表于 2016-6-7 10:46:08

FTP实践

  服务器下载:
  http://jaist.dl.sourceforge.net/project/filezilla/FileZilla%20Server/0.9.41/FileZilla_Server-0_9_41.exe
  
  程序依赖:
  <dependency>
  <groupId>commons-net</groupId>
  <artifactId>commons-net</artifactId>
  <version>3.3</version>
  </dependency>
  <dependency>
  <groupId>org.apache.ant</groupId>
  <artifactId>ant</artifactId>
  <version>1.8.2</version>
  </dependency>
页: [1]
查看完整版本: FTP实践