File: macfexsend.html

package info (click to toggle)
fex 20160919-2
  • links: PTS, VCS
  • area: non-free
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 1,944 kB
  • sloc: perl: 17,699; sh: 346; makefile: 67
file content (65 lines) | stat: -rw-r--r-- 1,702 bytes parent folder | download | duplicates (3)
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 &#8679;&#8984;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 &#8984;C
       <li>move your mouse cursor into the Terminal window
       <li>click left mouse button
       <li>press &#8984;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>