File: fexit.html

package info (click to toggle)
fex 20200429-1
  • links: PTS, VCS
  • area: non-free
  • in suites: sid
  • size: 3,532 kB
  • sloc: perl: 32,103; sh: 410; javascript: 53; makefile: 42
file content (103 lines) | stat: -rw-r--r-- 3,276 bytes parent folder | download
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<html>
<head>
  <title>fexit</title>
  <style>
    pre {
      padding: 8px;
      background: #eef;
      border: thin dashed #0076A3;
    }
  </style>
</head>
<body>

<<$ENV{FEXIT} = 'http://fex.belwue.de/download/fexit.exe';>>

<h1><img src="fex.png"><a href="$FEXIT$">fexit</a> for Windows</h1>

#if $ENV{ID}
<<require "./fexitinstaller";>>
#endif
<p>
<a href="$FEXIT$">fexit</a> is a <a href="/index.html">F*EX</a>
client for sending files of <b>any</b> size to <b>any</b> e-mail address.<br>
<a href="$FEXIT$">fexit</a> can also send directories or
download files and resume the upload or download after link failures.<br>
Your webbrowser cannot do this.
<p>
You can start <a href="$FEXIT$">fexit</a> via Windows explorer
(double-click fexit icon) or via <a href="#cmd">command console (cmd.exe)</a>.
<br>
You can also drag files or directories to the fexit icon with the Windows
explorer.
<p>
<!--
With <a href="$FEXIT$">fexit</a> you also have access to the
<a href="/usecases/xx.html">
F*EX internet clipboard</a> and to the
<a href="/usecases/fexpush.html">
fexpush archives</a>
to exchange files between your Windows or Unix accounts.
-->
<p>
<a href="$FEXIT$"><img src='fexit.png'></a>
<p>

#if $ENV{ID}
<p><hr><p>
When you run <a href="$FEXIT$">fexit</a> for the first time and you are
asked for the "F*EX server URL" you can enter your personal URL:
<p>
<code>
<<"$ENV{PROTO}://$ENV{HTTP_HOST}/fup/".::b64("from=$ENV{USER}&id=$ENV{ID}")>>
</code>
<p>
(use your mouse for
<a href="http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/windows_dos_quickedit.mspx">
copy+paste</a>)
#endif

##<pre><<foreach $v (keys %ENV) { printf "%s=%s\n",$v,$ENV{$v} }>></pre>

<p><hr><p>
<a name="cmd"><h3>command line usage</h3></a>
<a href="$FEXIT$">fexit</a> can be used for batch processing
<p>
<pre>
upload usage: fexit [-c "comment"] [-a archive] file(s) recipient[,...]
example: fexit flupp.avi framstag@rus.uni-stuttgart.de
example: fexit -c "lab research" -a data *.png x1@flupp.org,x2@flupp.org

download usage: fexit FEX-download-URL
example: fexit http://fex.rus.uni-stuttgart.de/fop/jHn34yp7/flupp.avi

archive usage: fexit -A

additional options:
  -v                               # HTTP verbose output
  -u fexserver/user@domain:auth-ID # use this server & user
  -o                               # overwrite file
  -d                               # delete file
  -x [files]                       # F*EX clipboard read/write
  -s [files]                       # SEX read/write yourself
  -m kBs                           # max kBs throuput
  -k days                          # keep file days on server
  -T up-MBs[:down-MBs]             # test internet speed
  -X "parameter"                   # additional URI parameter
  -X?                              # show recipients parameter

special recipients:
  .                # yourself, without notification email
  _                # archive, without notification email
  [any character]  # saved address
</pre>
<p><hr><p>
<h2>Plan B</h2>
You could also use the
<a href="http://fex.belwue.de/usecases/cygwin.html">
UNIX F*EX tools with Windows</a>!
<p>
They are much more powerfull than fexit and have better support.<br>
And they have Windows desktop integration, too.
</body>
</html>