Mastering the flags - eze-kiel/shaloc GitHub Wiki
There is flags for share
and get
coammands.
share flags
--aes Encrypt file with AES-256.
-f, --file string File to share.
-F, --folder string Folder to share. It will be zipped.
-h, --help help for share
-i, --ip string IP address to serve on. (default "0.0.0.0")
-m, --max int Maximum number of downloads. (default -1)
-p, --port string Port to serve on. (default "8080")
-r, --random int Randomize the URI. The integer provided is the random string lentgh.
get flags
--aes Use AES-256 decryption.
-h, --help help for get
-o, --output string Name of the file that will be downloaded.
-u, --url string URL to download the file from.