summaryrefslogtreecommitdiffstats
path: root/application/views/file_plaintext/client.php
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2016-08-25 16:33:30 +0200
committerFlorian Pritz <bluewind@xinu.at>2016-08-25 16:33:30 +0200
commitd3301dbfd99eb7ea1c0f99a50ba075142b2392a2 (patch)
tree15c5b9853a3c7f69c6be333417c55efd1cc68b36 /application/views/file_plaintext/client.php
parent5bdd40c106609e4b8d1b8bdcb9cb61e67770e306 (diff)
Remove documentation for deprecated API
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/views/file_plaintext/client.php')
-rw-r--r--application/views/file_plaintext/client.php8
1 files changed, 0 insertions, 8 deletions
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" <?php echo site_url("file/do_upload")."\n"; ?>
- cat file | curl -n -F "file=@-;filename=stdin" <?php echo site_url("file/do_upload")."\n"; ?>
-
Client:
Development (git): http://git.server-speed.net/users/flo/fb
Latest release: <?php echo $client_link."\n"; ?>
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
-