# FtpDownloader **Repository Path**: attend/FtpDownloader ## Basic Information - **Project Name**: FtpDownloader - **Description**: 下载ftp指定目录下的文件 - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2014-01-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README servers.conf 存储的内容是ip 用户名 密码 路径 端口号 ,如果端口号是默认的可以不加端口号 各列之间使用tab分割 。 config.properties 存储的内容是FTP相关参数 #下载后存储的路径 downloadpath=d:/ftptest #如果服务端关闭了被动模式那么设置为true localActive=true useEpsvWithIPv4=true #是否使用二进制传输 binaryTransfer=true keepAliveTimeout=0 controlKeepAliveReplyTimeout=0 #启动几个线程 processes=2