]> git.treefish.org Git - fex.git/blob - htdocs/macfexsend.html
Original release 20160104
[fex.git] / htdocs / macfexsend.html
1 <html>
2 <head>
3   <title>fexsend for Mac</title>
4   <style>
5     pre {
6       padding: 8px;
7       background: #eef;
8       border: thin dashed #0076A3;
9       font-family: courier;
10     }
11   </style>
12 </head>
13 <body>
14
15 <h1>fexsend for Apple Macintosh OS X</h1>
16
17 fexsend is a <a href="/index.html">F*EX</a> client for sending files of
18 any size to any e-mail address.<br>
19 fexsend can also send directories and resume the upload
20 after a link failure, which your webbrowser cannot do.
21
22 <h3>To install fexsend:</h3>
23 <ol>
24 <li> start a "Terminal":<br>
25      go to <mark>Finder</mark>, press &#8679;&#8984;U to open the Utility 
26      Application folder and double-click <mark>Terminal.app</mark> with left 
27      mouse button
28 <p>
29 <li> copy this code into the Terminal window:
30      <pre>curl http://fex.belwue.de/download/fexsend.command|bash</pre>
31      Do not forget to enter [RETURN]
32      <p>
33      You can use your mouse for copying:
34      <p>
35      <ol>
36        <li>move your mouse cursor with hold left mouse button over the
37            code obove (the code will be marked)
38        <li>press &#8984;C
39        <li>move your mouse cursor into the Terminal window
40        <li>click left mouse button
41        <li>press &#8984;V
42      </ol>
43 </ol>
44
45 <h3>To run fexsend:</h3>
46 <ol>
47   <li> in <mark>Finder</mark> click <mark>Desktop</mark> with left mouse button
48   <li> double-click <mark>fexsend.command</mark> with left mouse button
49 </ol>
50 <p>
51 <<
52   if ($ENV{ID}) {
53     my $url = "$ENV{PROTO}://$ENV{HTTP_HOST}/fup/"
54             . b64("from=$ENV{USER}&id=$ENV{ID}");
55     qq(
56       When asked for "F*EX server URL" enter:
57       <p>
58       <code>$url</code>
59       <p>
60       (again, use your mouse for copy+paste)
61     );
62   }
63 >>
64 </body>
65 </html>