/internal-share

internal file share between Android and macOS

Primary LanguageJava

1 run

./mvnw package or ./mvnw install

java -jar ./target/xxx.jar

2 usage

{
    "uris": {
        "/lists": "list all files can be download within platform",
        "/upload": "specific action for file uploading",
        "/file/xxx": "specific action for file downloading"
    },
    "name": "file-sharing",
    "description": "For file sharing between Android/iPhone and macOS/Linux/Windows"
}