3 <title>fexsend for Mac</title>
8 border: thin dashed #0076A3;
15 <h1>fexsend for Apple Macintosh OS X</h1>
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.
22 <h3>To install fexsend:</h3>
24 <li> start a "Terminal":<br>
25 go to <mark>Finder</mark>, press ⇧⌘U to open the Utility
26 Application folder and double-click <mark>Terminal.app</mark> with left
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]
33 You can use your mouse for copying:
36 <li>move your mouse cursor with hold left mouse button over the
37 code obove (the code will be marked)
39 <li>move your mouse cursor into the Terminal window
40 <li>click left mouse button
45 <h3>To run fexsend:</h3>
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
53 my $url = "$ENV{PROTO}://$ENV{HTTP_HOST}/fup/"
54 . b64("from=$ENV{USER}&id=$ENV{ID}");
56 When asked for "F*EX server URL" enter:
60 (again, use your mouse for copy+paste)