# ftp_downloader **Repository Path**: Kalorr/ftp_downloader ## Basic Information - **Project Name**: ftp_downloader - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2019-06-20 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 运行 ##### Linux ``` ./ftp_downloader -c ftp.conf ``` ##### Windows(64) ``` ./ftp_downloader.exe -c ftp.conf ``` ##### 配置文件说明 > dictionRule="00,06,12,18" 文件夹规则 > fileRule="00,03,06,09,12,15,18,21" 文件规则 > downDir="/data/" 文件保存地址(自动生成20180101类似子目录) > concurrency=5 并发 推荐设置5 > ftpUrl="ftp.ncep.noaa.gov" > ftpPort=80 > ftpRoot="/pub/data/nccf/com/gfs/prod/"