File: user.html

package info (click to toggle)
fex 20200429-1
  • links: PTS, VCS
  • area: non-free
  • in suites: forky, sid
  • size: 3,532 kB
  • sloc: perl: 32,103; sh: 410; javascript: 53; makefile: 42
file content (75 lines) | stat: -rw-r--r-- 2,713 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
<HTML> 
<HEAD><TITLE>Document Exchange</TITLE></HEAD>
<BODY>
<style>
</style>

<center></center>
<h1>DOcument eXchange (DOX)</h1>

<h3>Overview</h3>
<a href="/dox">DOX</a> 
offers web based document exchange with versioning and user management.<br>
DOX is designed as a modern replacement of ftp with more features.<br>
<p>
<a href="/dox">DOX</a> consists of folders (toplevel directories) which
belong to specific owners.<br>
A folder can contain any number of document files or subdirectories.<br>
<p>
An owner can make his folders public (anonymous usage) or private.<br>
In private mode you have to log in with user/password (given by the owner)
to have access to the DOX folder.<br>
<p>
<h3>Owner and users</h3>
DOX has two different views: owner or user
<p>
<ul>
<li>For user view you need a DOX URL from the owner, e.g.<br>
    https://fex.rus.uni-stuttgart.de/dox/framstag@rus.uni-stuttgart.de/test/<br>
    It offers you read access only to this folder (and
    subdirectories).<br>
    You can read or download files or directories.<br>
    File upload has to be enabled by the owner.<br>
    Example screenshot:
    <p>
    <table border=1><tr>
    <td><a href="DOX_3.png"><img src="small/DOX_3.png"></a>
    </tr></table>
    <p>
</ul>
<p>

You can use the CLI client 
<a href="http://fex.belwue.de/usecases/fexsync.html#fexdox">fexdox</a>
for file syncing and a webbrowser to download or upload documents.
<p>
Some document types like GIF PNG JPG PDF HTML TXT can be viewed directly
with a webbrowser.

<h3>Actions</h3>
<table>
<tr><td>[list it]<td>list all files in all directories on one page</tr>
<tr><td>[zip it]<td>make a zip archive and offer download link</tr>
<tr><td>[fex it]<td>fex the files to your email address</tr>
<tr><td>[sync it]<td>start <a href="http://fex.belwue.de/usecases/fexsync.html">fexsync</a> for download</tr>
<tr><td>[stream it]<td>start <a href="http://fex.belwue.de/SEX.html">sexsend</a> for download
        (prefered download methode for BIG folders)</tr>
<tr><td>[send file]<td>fex a local file to the owner</tr>
<tr><td>[upload]<td>upload a local file or directory to the folder upload area</tr>
<tr><td>[notify owner]<td>send a notification email about the upload to the owner</tr>
<tr><td>[publish]<td>move the upload to the regular folder</tr>
</table>
<p>
Note: [upload] [notify owner] [publish] are only available if the owner
has enabled user upload.
<p>
Directory upload is only possible with Google Chrome, with other
webbrowsers you first have to create a local "dox.zip" and then upload it.<br>
After upload it will be extracted.

<h3>Restrictions</h3>
DOX cannot handle files or directories with newline character in their
filename.
<p>
</BODY>
</HTML>