summaryrefslogtreecommitdiffstats
path: root/application/views/file_plaintext/client.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/views/file_plaintext/client.php')
-rw-r--r--application/views/file_plaintext/client.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/application/views/file_plaintext/client.php b/application/views/file_plaintext/client.php
new file mode 100644
index 000000000..310d82f3f
--- /dev/null
+++ b/application/views/file_plaintext/client.php
@@ -0,0 +1,12 @@
+Shell:
+ curl -n -F "file=@/home/user/foo" <?php echo site_url(); ?> (binary safe)
+ cat file | curl -n -F "file=@-;filename=stdin" <?php echo site_url(); ?> (binary safe)
+
+Client:
+Development (git): http://git.server-speed.net/users/flo/fb
+Latest release: <?php echo $client_link."\n"; ?>
+GPG sigs, older versions: <?php echo $client_link_dir."\n"; ?>
+
+If you want to use authentication (needed for deleting) add the following to your ~/.netrc:
+ machine paste.xinu.at password my_secret_password
+