From d3301dbfd99eb7ea1c0f99a50ba075142b2392a2 Mon Sep 17 00:00:00 2001
From: Florian Pritz
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.
-
Arch Linux: pacman -S fb-client
@@ -40,11 +19,3 @@ machine login my_username password my_secret_password
Get Homebrew and run brew install fb-client
.
-curl -n -F "file=@/home/user/foo" (binary safe) -cat file | curl -n -F "file=@-;filename=stdin" (binary safe) -- diff --git a/application/views/file_plaintext/client.php b/application/views/file_plaintext/client.php index a680a0b68..64b341149 100644 --- a/application/views/file_plaintext/client.php +++ b/application/views/file_plaintext/client.php @@ -1,12 +1,4 @@ -Shell (binary safe): - curl -n -F "file=@/home/user/foo" - cat file | curl -n -F "file=@-;filename=stdin" - Client: Development (git): http://git.server-speed.net/users/flo/fb Latest release: GPG sigs, older versions: https://paste.xinu.at/data/client - -To authenticate add the following to your ~/.netrc: - machine paste.xinu.at login my_username password my_secret_password - -- cgit v1.2.3-24-g4f1b