fexsend for Apple Macintosh OS X
fexsend is a F*EX client for sending files of
any size to any e-mail address.
fexsend can also send directories and resume the upload
after a link failure, which your webbrowser cannot do.
To install fexsend:
- start a "Terminal":
go to Finder, press ⇧⌘U to open the Utility
Application folder and double-click Terminal.app with left
mouse button
- copy this code into the Terminal window:
curl http://fex.belwue.de/download/fexsend.command|bash
Do not forget to enter [RETURN]
You can use your mouse for copying:
- move your mouse cursor with hold left mouse button over the
code obove (the code will be marked)
- press ⌘C
- move your mouse cursor into the Terminal window
- click left mouse button
- press ⌘V
To run fexsend:
- in Finder click Desktop with left mouse button
- double-click fexsend.command with left mouse button
<<
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:
$url
(again, use your mouse for copy+paste)
);
}
>>