Client

Development (git):
Latest release:
GPG sigs, older versions:

To authenticate add the following to your ~/.netrc:

machine  login my_username password my_secret_password

If you are using fb-client ≥1.2 you can ">create an API key, save it in ~/.config/fb-client/apikey and remove your password from .netrc. Please refer to man 1 fb for further details.

If you are using fb-client ≥1.1 you can use ~/.config/fb-client/config to upload to a different pastebin URL (https or you own installation). Please refer to man 1 fb for further details.

Linux

Arch Linux: pacman -S fb-client
Debian:
Gentoo: Add this overlay and run emerge -a fb-client
Slackware:
OpenSUSE:

OS X

Get Homebrew and run brew install fb-client.

Shell

curl -n -F "file=@/home/user/foo"    (binary safe)
cat file | curl -n -F "file=@-;filename=stdin"    (binary safe)