ojob.io/httpServers/uploadHTTPSd

Usage

ojob ojob.io/httpServers/uploadHTTPSd port= path= uploadUri= uri= keyf= keyp= cn= keyv= keys= 

Description

Starts a very simple HTTP server on the provided port for file upload

Expects

Name Description
port The port to use (default to 8888)
path The path from which to browse files (defaults to '.')
uploadUri The default URI to use for upload (defaults to '/_upload')
uri The default URI to use (defaults to '/')
keyf The java keystore file to use (defaults to easyHTTPS.jks)
keyp The java keystore file password (defaults to easyHTTPS).
cn If provided it will generate a self-signed certificate using the canonical name (hostname of ip.address).
keyv The number of minutes the self-signed certificate will be valid for (1440 minutes)
keys The self-signed certificate key length to use (defaults to 4096)