diff options
author | Florian Pritz <bluewind@server-speed.net> | 2011-02-15 18:18:13 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@server-speed.net> | 2011-02-15 18:18:13 +0100 |
commit | 96aad27c4fbcf83f3052a4c62a5e0fb6e280d131 (patch) | |
tree | da8bce190e66cc87afe69daf26cbce15d3b79473 /application/views/file_plaintext/client.php | |
parent | b7dfe097725ef4f9163ebc2c8ef092480a5d74d9 (diff) |
rework cli_client support
Signed-off-by: Florian Pritz <bluewind@server-speed.net>
Diffstat (limited to 'application/views/file_plaintext/client.php')
-rw-r--r-- | application/views/file_plaintext/client.php | 12 |
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..188f23379 --- /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; ?> +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 + |