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.1 you can also use ~/.config/fb-client/config. Please refer to man 1 fb for further details.

*/ ?>

Packages

Arch Linux: pacman -S fb-client
Debian:
Slackware:

Shell

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