From 96aad27c4fbcf83f3052a4c62a5e0fb6e280d131 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 15 Feb 2011 18:18:13 +0100 Subject: rework cli_client support Signed-off-by: Florian Pritz --- application/views/file_plaintext/client.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 application/views/file_plaintext/client.php (limited to 'application/views/file_plaintext/client.php') diff --git a/application/views/file_plaintext/client.php b/application/views/file_plaintext/client.php new file mode 100644 index 000000000..188f23379 --- /dev/null +++ b/application/views/file_plaintext/client.php @@ -0,0 +1,12 @@ +Shell: + curl -n -F "file=@/home/user/foo" (binary safe) + cat file | curl -n -F "file=@-;filename=stdin" (binary safe) + +Client: +Development (git): http://git.server-speed.net/users/flo/fb +Latest release: +GPG sigs, older versions: + +If you want to use authentication (needed for deleting) add the following to your ~/.netrc: + machine paste.xinu.at password my_secret_password + -- cgit v1.2.3-24-g4f1b