Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 644 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 644 Bytes

HTTP downloader RESTful server

中文

Build

git clone [email protected]: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