summaryrefslogtreecommitdiffstats
path: root/application/views/file_plaintext/client.php
blob: 188f23379d69d8ee903f770933b419255a5e194d (plain)
1
2
3
4
5
6
7
8
9
10
11
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; ?>
GPG sigs, older versions: <?php echo $client_link_dir; ?>

If you want to use authentication (needed for deleting) add the following to your ~/.netrc:
  machine paste.xinu.at password my_secret_password