From ce2b69675075444c9e40b72bcdd42ab7edbbe633 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Fri, 28 Jan 2011 22:51:06 +0100 Subject: update to CI 2.0 Signed-off-by: Florian Pritz --- application/views/file/client.php | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 application/views/file/client.php (limited to 'application/views/file/client.php') diff --git a/application/views/file/client.php b/application/views/file/client.php new file mode 100644 index 000000000..0ebc20791 --- /dev/null +++ b/application/views/file/client.php @@ -0,0 +1,23 @@ +

Shell:

+
+
+>curl -n -F "content=<-"  < file      (not binary safe)
+cat file | curl -n -F "content=<-"   (not binary safe)
+
+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
+
+

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

+ -- cgit v1.2.3-24-g4f1b