>>> Flare Bin Usage <<< # Upload a file (<100MB) curl -T -u ':' 'https://bin.moy.cat/' curl -X POST -F 'a=@' -u ':' 'https://bin.moy.cat/' Optional parameters: - id (query) / X-ID (header): Specify a file ID for the link. Random IDs by default. - ttl (query) / X-TTL (header): Expiration TTL in seconds; 0 means never expiring. 604800 (1 week) by default. - token (query) / X-Token (header): Token required to download the file. None by default. - filename (query) / X-Filename (header): Filename shown when downloading. The raw filename by default. # Upload a file (>100MB) curl -u ':' -s 'https://bin.moy.cat/sh' | sh -s - [options] # List files curl -u ':' 'https://bin.moy.cat/list' Optional parameters: -h: Show help message. -i: Specify a file ID for the link. Random IDs by default. -f: Filename shown when downloading. The raw filename by default. -t: Expiration TTL in seconds; 0 means never expiring. 604800 (1 week) by default. -T: Token required to download the file. None by default. # Delete a file curl -X DELETE ':' 'https://bin.moy.cat/'