summaryrefslogtreecommitdiffstats
path: root/system/application/views/file/client.php
blob: d9470a21642c7e8d1b4b91521fe177caabe45203 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<p><b>Shell:</b></p>
<pre>
curl -n -F "content=&lt;-" <?php echo base_url(); ?> &lt; file      (not binary safe)
cat file | curl -n -F "content=&lt;-" <?php echo base_url(); ?>  (not binary safe)
curl -n -F "file=@/home/user/foo" <?php echo base_url(); ?>   (binary safe)
</pre>
<p><b>Client:</b><br />
<p>Development (git): <a href="http://git.server-speed.net/users/flo/fb/">http://git.server-speed.net/users/flo/fb/</a><br />
Latest release: <a href="<?php echo $client_link; ?>"><?php echo $client_link; ?></a>.<br />
GPG sigs, older versions: <a href="<?php echo $client_link_dir; ?>"><?php echo $client_link_dir; ?></a>
</p>
<p>If you want to use authentication (needed for deleting) add the following to your ~/.netrc:</p>
<pre>
machine paste.xinu.at password my_secret_password
</pre>
<p><b>Packages:</b><br />
Arch Linux: pacman -S fb-client<br />
Debian: <a href="<?php echo $client_link_deb; ?>"><?php echo $client_link_deb; ?></a><br />
Slackware: <a href="<?php echo $client_link_slackware; ?>"><?php echo $client_link_slackware; ?></a></p>