summaryrefslogtreecommitdiffstats
path: root/application/views/file_plaintext/client.php
blob: a680a0b68a479d51c270ae692f74df124b97e079 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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