# pdown-rest **Repository Path**: raychow-github/pdown-rest ## Basic Information - **Project Name**: pdown-rest - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-12-01 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # HTTP downloader RESTful server [中文](https://github.com/proxyee-down-org/pdown-rest/blob/master/README_zh-CN.md) ## Build ``` git clone git@github.com:proxyee-down-org/pdown-rest.git cd pdown-rest mvn clean package -Dmaven.test.skip=true -Pexec ``` ## Start The startup service needs to specify the root directory. If it is empty, it will default to the directory where the program is running. ``` // Use default root path java -jar pdown-rest.jar // Specify the root path java -jar pdown-rest.jar -b=f:/down/rest ``` ## Document [https://proxyee-down-org.github.io/pdown-rest-doc](https://proxyee-down-org.github.io/pdown-rest-doc)