Skip to content

proxyee-down-org/pdown-rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTP downloader RESTful server

中文

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

About

HTTP downloader RESTful server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages