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
|
Source: filetea
Section: net
Priority: optional
Maintainer: Alberto Garcia <berto@igalia.com>
Build-Depends: debhelper (>= 9),
dh-autoreconf,
dh-systemd,
uuid-dev,
libgcrypt20-dev,
libevd-0.1-dev (>= 0.1.18),
libjson-glib-dev (>= 0.10.0)
Standards-Version: 3.9.8
Homepage: https://github.com/elima/FileTea
Package: filetea
Architecture: any
Depends: ${shlibs:Depends},
adduser,
shared-mime-info,
libjs-jquery,
lsb-base (>= 3.0-6),
${misc:Depends}
Suggests: ssl-cert
Description: Web-based file sharing system
FileTea is a simple way to send files among different users.
.
FileTea functions as a web server. Users can drag files into their
web browser and a URL will be generated for each one. Those URLs can
be sent to other people, who will be able to start downloading the
files immediately.
.
An HTML5 capable browser is required in order to share the files, but
any HTTP client can download them, including command-line tools such
as curl or wget.
.
Files are sent through the server, but no data is stored there:
FileTea is only used to route the traffic. This also means that
there's no limit to the size of shared files.
.
The service is anonymous and does not require user registration.
Since it's completely web-based, it works in networks with proxies,
firewalls, etc., as long as all users can reach the FileTea server.
|