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