Sharing files super easy. Just give it the filepaths, and QuickURL generates URLs with all available entry points.
quickurl.mp4
Go to Release to download compiled binary.
# for linux amd64
wget -O quickurl https://github.com/fpfeng/quickurl/releases/latest/download/quickurl_linux_amd64
sudo mv quickurl /usr/local/bin/quickurl && chmod +x /usr/local/bin/quickurl
# will serving those files on default port 5731
quickurl /path/to/file1 /path/to/file2
# custom port number
quickurl -s /path/to/file1 -s /path/to/folder1 -p 8080
# print public ips only
quickurl -s /path/to/file1 -s /path/to/file2 -public-ip
Support foldersSupport download items at once- Support upload
Fetch public IPs from external APIUpdate by itself- Testing
- Improve output such as colorful result, support JSON and YAML
- Install script
- Request log