From aac0fb938069a89f8befed640fabef6d84879fc8 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Mon, 9 Apr 2012 00:40:05 +0200 Subject: Fix netrc information on client page. Signed-off-by: Florian Pritz --- application/views/file/client.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/views/file/client.php b/application/views/file/client.php index 6069c62b1..b507c5f1e 100644 --- a/application/views/file/client.php +++ b/application/views/file/client.php @@ -8,9 +8,9 @@ cat file | curl -n -F "file=@-;filename=stdin" (bina Latest release: .
GPG sigs, older versions:

-

If you want to use authentication (needed for deleting) add the following to your ~/.netrc:

+

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

-machine paste.xinu.at password my_secret_password
+machine paste.xinu.at login my_username password my_secret_password
 

Packages:
Arch Linux: pacman -S fb-client
-- cgit v1.2.3-24-g4f1b