Meta Q1: | What is F*EX and how does it work? |
---|---|
Meta A1: |
F*EX is a service to transfer files of any size to any recipients. Basic mode of operation:
|
Meta Q2: | What is so special about F*EX? |
---|---|
Meta A2: |
See feature list [https://fex.belwue.de/features.html] and use cases [https://fex.belwue.de/usecases/] |
Meta Q3: | Why not use one of the commercial services like DropLoad, ALLPeers, YouSendIt, etc? |
---|---|
Meta A3: |
|
Meta Q4: | Why name "F*EX" and not shortly "FEX"? |
---|---|
Meta A4: |
At publication time there was already a program named "FEX" listed on freshmeat.net. |
Meta Q5: | Who is the author? |
---|---|
Meta A5: |
The main author is Ulli Horlacher <framstag@rus.uni-stuttgart.de> But there are also a lot of contributors all around the world, see [https://fex.belwue.de/doc/Contribs] |
Meta Q6: | Why a camel as the logo? |
---|---|
Meta A6: |
The logo was inspired by the Perl camel, but it is based on a Steiff plush camel, which rides with us on our racing tandem. The logo was drawn by my stoker Beate. [https://fex.rus.uni-stuttgart.de/Vortrag/tosa.html] |
Meta Q7: | What do I need to install a F*EX server? |
---|---|
Meta A7: |
A UNIX server with a DNS entry, smtp for outgoing email and one open and free incoming tcp port. You must have administrative rights (root) on this server and a basic understanding of UNIX and networking. |
Meta Q8: | What means DNS and smtp? What is a tcp port? |
---|---|
Meta A8: |
Do not install F*EX. It is beyond your horizon. |
Meta Q9: | Does F*EX support IPv6 and SSL/TLS? |
---|---|
Meta A9: |
Yes. |
Meta Q10: | Can I run F*EX on Windows? |
---|---|
Meta A10: |
On client side all operating systems are supported, even Windows. To run a F*EX server, you need UNIX. |
Meta Q11: | Where can I get the F*EX sources? |
---|---|
Meta A11: |
F*EX server for UNIX: [https://fex.belwue.de/fex.html] F*EX clients for UNIX: [https://fex.belwue.de/download/fex.pl] F*EX client for Windows: [https://fex.belwue.de/fextasy.html] |
Meta Q12: | I do not want to install a F*EX server of my own, but where can I use it? |
---|---|
Meta A12: |
Contact <fex@nepustil.net> [http://www.nepustil.net/] for F*EX hosting. |
Meta Q13: | The F*EX server is all in Perl?! Isn't Perl too slow for this job? |
---|---|
Meta A13: |
F*EX is able to handle uploads with more than 300 MB/s on an office PC. Try this with an ordinary webserver like Apache! |
Meta Q14: | Which licence does F*EX have? And why? |
---|---|
Meta A14: |
Perl Artistic free software with a special anti-military clause: [https://fex.belwue.de/doc/Licence] "I want peace on earth and goodwill towards men" [https://www.youtube.com/watch?v=JHU0HinVhYc] [https://en.wikipedia.org/wiki/Sneakers_%281992_film%29] |
Meta Q15: | When has F*EX started? |
---|---|
Meta A15: |
- 2010 the first public service on fex.belwue.de - 2006 the first F*EX server - 1995 the predecessor sendfile/UNIX - 1986 the ancient predecessor send/receive on VMS/DECnet All were developped by the same software author. |
Meta Q16: | Is there a F*EX mailing list? |
---|---|
Meta A16: |
[https://listserv.uni-stuttgart.de/mailman/listinfo/fex] |
Meta Q17: | Where can I get commercial support for F*EX? |
---|---|
Meta A17: |
Contact <fex@nepustil.net> [http://www.nepustil.net/] |
Meta Q18: | How big is F*EX? |
---|---|
Meta A18: |
Server: 6 MB, 25000 lines of code Clients: 4 MB, 16000 lines of code Documentation: 300 kB Localizations: 200 kB |
Meta Q19: | Who else is using F*EX? |
---|---|
Meta A19: |
Several hundred institutions worldwide, for example:
|
Meta Q20: | Is F*EX secure? |
---|---|
Meta A20: |
F*EX is written in Perl which does not have common security problems with buffer overruns, segmentation faults, heap and stack corruption. F*EX does not use an extra web server or a (SQL) database, so no typical web attacks are possible. F*EX was analyzed by security company revshell.com and labeled as "secure" [https://fex.belwue.de/doc/fex_revshell.pdf] F*EX comes with source code, so everybody can verify it. F*EX is not prone by design for most of "The Common Weakness Enumeration Project" dangerous software weaknesses: [https://cwe.mitre.org/top25/archive/2022/2022_cwe_top25.html] |
Meta Q21: | Feature/design XY is missing. |
---|---|
Meta A21: | Contact the author <framstag@rus.uni-stuttgart.de> |
Meta Q22: | I have more/other questions than in this document! |
---|---|
Meta A22: | Ask the author <framstag@rus.uni-stuttgart.de> |
User Q1: | What is the "auth-ID"? |
---|---|
User A1: |
The auth-ID is an internal identification which authenticates the user. It will be first generated by the admin or the automatic registration process and can later be modified by you, the user, via "user config & operation control" in the web interface (after login). Think of some kind of a low security password. |
User Q2: | Does my recipient need a F*EX account too, to receive files? |
---|---|
User A2: |
No. F*EX operates similar to email: You, the sender, need an account on your server, the recipient not. Receiving is "free". |
User Q3: | Sending as a F*EX user is easy, but how to receive files from others, external users? |
---|---|
User A3: |
Register them as your subusers, create a F*EX group or an upload key with "user config & operation control" See also [https://fex.belwue.de/usecases/foreign.html] |
User Q4: | What is the difference between all these user types (full, sub, group, external, ...)? |
---|---|
User A4: |
See [http://fex.rus.uni-stuttgart.de/users.html] |
User Q5: | I have uploaded a HUGE file but misspelled my recipient's address. Now I have got an error bounce email. Must I re-upload the HUGE file? |
---|---|
User A5: |
No, it is not necessary. You can redirect the file with "user config & operation control" |
User Q6: | I have uploaded a HUGE file but forgot another recipient. Must I re-upload the HUGE file? |
---|---|
User A6: |
No, it is not necessary. You can forward-copy the file with "user config & operation control" |
User Q7: | Can I use an HTTP proxy? |
---|---|
User A7: |
Yes, but pay attention: Some HTTP proxies like privoxy delay the upload progress bar! You may want to disable proxying fex.rus.uni-stuttgart.de if you run into this problem. |
User Q8: | My recipient has lost the notification email with the download-URL. What can I do? |
---|---|
User A8: |
You can resend the notification email via "user config & operation control" |
User Q9: | Why should I use a special F*EX client? |
---|---|
User A9: |
When you are using F*EX with your webbrowser, you are limited to its restrictions. With a special F*EX client [http://fex.rus.uni-stuttgart.de/tools.html] you can
|
User Q10: | What are all those UNIX clients for? | |||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
User A10: |
(fexpush, fexpull and fexstore need server sharing support enabled by the fexmaster) |
User Q11: | How do I install the UNIX clients? |
---|---|
User A11: |
wget fex.belwue.de/download/fex.pl && perl fex.pl
|
User Q12: | How can I use the UNIX clients with Windows? |
---|---|
User A12: |
See [https://fex.belwue.de/usecases/cygwin.html] |
User Q13: | How can I upload several files at once? |
---|---|
User A13: |
Put your files in an archive file (TAR or ZIP). Your web browser cannot do that. Or you can use a F*EX client, see [http://fex.rus.uni-stuttgart.de/tools.html] |
User Q14: | What is ZIP and how do I use it? |
---|---|
User A14: |
ZIP is a container file (archive) for files and directories with optional compression. See also [https://en.wikipedia.org/wiki/ZIP_%28file_format%29] [https://support.microsoft.com/en-us/windows/zip-and-unzip-files-8d28fa72-f2f9-712f-67df-f80cf89fd4e5] |
User Q15: | I cannot upload files > 2 GB with my web browser!? |
---|---|
User A15: |
Many web browsers have bugs in their HTML-FORM implementation. The limit mostly is 2 GB, sometimes 4 GB. Firefox and Google Chrome on Linux have no limitation. But remember: No web browser is able to resume an interrupted upload. You need a special F*EX client like fexsend or fextasy for resuming, see [http://fex.rus.uni-stuttgart.de/tools.html] |
User Q16: | My BIG zip archive seems damaged? |
---|---|
User A16: |
The zip format is only specified for archives < 2 GB. 7z and tar have no size limit. Use them instead for BIG archives. |
User Q17: | I need to send a file bigger than my quota allows. What can I do? |
---|---|
User A17: |
Simply ask fexmaster@rus.uni-stuttgart.de to raise your quota. If you want to send a REALLY big file, you also have to tell the recipient's address because his quota also has to be raised. |
User Q18: | Why is the upload status window empty and I cannot see the progress bar? |
---|---|
User A18: |
Most probably you are using a (enforced) web proxy, which cannot handle dynamic HTML pages. A workaround is using Google Chrome, which shows the upload status by itself. |
User Q19: | My download was aborted before it was finished. Can I resume the download? |
---|---|
User A19: |
F*EX supports resuming at download, but your client also has to support it! Firefox e.g. is missing this HTTP feature, you need an other client like google chrome, opera, wget or fexget. |
User Q20: | My upload was aborted before it was finished. Can I resume the upload? |
---|---|
User A20: |
F*EX supports resuming at upload, but your client also has to support it. No web browser has this feature, you need a special F*EX client like fexsend or fextasy, see [http://fex.rus.uni-stuttgart.de/tools.html] |
User Q21: | Can I download a file while the upload is still in progress? |
---|---|
User A21: |
Use the F*EX client fexsend with the pseudo-recipient "+" You will see a download URL when the upload starts. |
User Q22: | How often can I download a file? |
---|---|
User A22: |
This depends on the server settings (by the administrator) and the parameters the sender was using. The possibilities are: AUTODELETE=YES : the file will be deleted immediately after download AUTODELETE=DELAY : the file will be still available the whole day after download AUTODELETE=NO : the file will be available until expiration date Another restriction: You cannot download a file multiple times from different IPs! ==> downloading a file from different computers is not possible (if not using NAT)! For a possible workaround see [http://fex.rus.uni-stuttgart.de/FAQ/user.html#Can_I_fex_to_a_mailing_list] |
User Q23: | Can I integrate F*EX in my mail program (thunderbird, outlook, etc)? |
---|---|
User A23: |
Yes, if your mail admin has set up a "fexmail" smtp relay. [https://fex.belwue.de/usecases/BIGMAIL.html] |
User Q24: | Can I use a download manager/accelerator? |
---|---|
User A24: |
Generally, no, because they suck: they are not RFC compliant and produce a LOT of unnecessary server load. But there is one exception: "axel" [[http://axel.alioth.debian.org/]] |
User Q25: | I have uploaded a file to a list of recipients. Will the file be deleted after the first recipient has downloaded it? |
---|---|
User A25: |
No. Every recipient gets his own copy of the file which is independent from the others. |
User Q26: | Can I fex to a mailing list? |
---|---|
User A26: |
Generally: no, because the first download makes the file no more available for others. Contact fexmaster@rus.uni-stuttgart.de, he can allow multiple downloads for specific addresses. Or use "." as the recipents address: this means "fex yourself with multi-download". The download-URL will be shown immediately. |
User Q27: | I have fexed a file to myself using the "." address. Can I rename it afterwards? |
---|---|
User A27: |
It is not necessary to rename it! The file name in the download URL just has informational character. You can always use ANY other filename! The file is identified by its download key. So, http://FEXSERVER/fop/MYDKEY/SOME.THING and http://FEXSERVER/fop/MYDKEY/WHAT.EVER point to the same file! |
User Q28: | What is a F*EX group? |
---|---|
User A28: |
F*EX group is similar to a mailing list, but for files: When a member fexes a file to this list, then all other members will receive it. Any full user can create a F*EX group and add or delete members. See "user config & operation control" → "Manage your subusers and groups" |
User Q29: | What is a F*EX share? |
---|---|
User A29: |
Archives and users are bundled in a so called share: a common storage place with specific access rights. A share archive is a tar or zip container which contains files and has a date+time version string. A F*EX share is created and controlled by his owner, who gives other users access rights. Your fexmaster has to allow F*EX sharing, before you can use it. See "user config & operation control" → "Manage your share archives and users" See [https://fex.belwue.de/sharing/] for more information. |
User Q30: | I am not a user of your site. How can I send a file to a registered user? |
---|---|
User A30: |
You must ask a regular user to register you as his subuser. You will then get a specific upload URL from him. |
User Q31: | Sometimes I can download a file more than once, especially when I repeat it quickly. Is the autodelete feature buggy? |
---|---|
User A31: |
The F*EX server has a grace time of 1 minute after first successfully download in which the file is still available. This is necessary because of some stupid "download managers" which request the file several times at once. Otherwise they would report an error to the user.
Your fexmaster has set AUTODELETE=DELAY as default, which means that the autodelete cleanup process is called once a day.
Power users (use the source, Luke!) can set a "do not delete after download" flag. |
User Q32: | The default keep time is too short for me (sender), I need more. How can I set it? |
---|---|
User A32: |
Use fexsend, ask fexmaster@rus.uni-stuttgart.de or read the source code :-) |
User Q33: | The default keep time is too short for me (recipient), I need more. How can I set it? |
---|---|
User A33: |
Ask fexmaster@rus.uni-stuttgart.de to raise your default KEEP value. |
User Q34: | I forgot to download a file. Now it is expired. How can I obtain it nevertheless? |
---|---|
User A34: |
An expired file is definitively deleted. Even the admin cannot restore it. You must re-request it from the sender. |
User Q35: | Why is there an error "FILE has already been downloaded"? |
---|---|
User A35: |
Either you or someone else have already downloaded this file. Now it is gone. Downloads are limited to a specific recipient. One cannot share it. Perhaps the sender has fexed it to a mailing list (which is a bad idea!)? |
User Q36: | When I try to download a file again, I get the error message: "file has been autodeleted after download". Can you restore it? |
---|---|
User A36: |
No. You must re-request it from the sender. |
User Q37: | I have sent a second file with the same name, but the recipient has not received a second notification email. Why? |
---|---|
User A37: |
A file with the same name to the same recpient overwrites the first one if it is still there (no download so far). A second notification email of the same file(name) is not suggestive. |
User Q38: | How can I add a longer (multi-line) comment to the notification email? |
---|---|
User A38: |
Fex the file to yourself, take the shown download-URL and write an email to your recipient with your explanations using your regular email program. |
User Q39: | How can I sent a more compact notification email? |
---|---|
User A39: |
Let your comment start with "!.!", then the notification email will contain only download-URL, size and comment. |
User Q40: | How can I suppress the automatic notification email? |
---|---|
User A40: |
Use "!#!" as comment, then no notification email will be sent. Of course you then have to inform the recipient manually. |
User Q41: | Can I delete a file without downloading? |
---|---|
User A41: |
Add "?DELETE" to your download URL. This will not work for files which you have fexed to yourself. You can delete it with: fexsend -d FILE.NAME .Or you overwrite it with an empty file of the same name using your webrowser and "fex yourself". |
User Q42: | How do I know I have downloaded the file correctly? |
---|---|
User A42: |
Add "?LIST" to your download URL and you will see the file metadata including the md5sum checksum. You can also use: fexget -l DOWNLOADURLThen use your local md5sum program to verify it, e.g.: openssl md5 FILENAME |
User Q43: | Can I get a copy of the notification email? |
---|---|
User A43: |
Add "!bcc!" to the comment field on upload. |
User Q44: | Can I protect the download with a password? |
---|---|
User A44: |
Add "!dlpw=MYPASSWORD!" to the comment field on upload. The recipient then must enter MYPASSWORD when he is asked for the password. DO NOT USE YOUR AUTH-ID as download password!! |
User Q45: | Can I get a notification email on download? |
---|---|
User A45: |
No. Such a feature is in conflict with German and European privacy laws and will not be implemented. With email you also have no acknowledgement of receipt. |
User Q46: | Can I have encrypted emails? |
---|---|
User A46: |
See [https://fex.belwue.de/gpg.html] |
User Q47: | How can I prevent file expiration? I need file sharing! |
---|---|
User A47: |
See [https://fex.belwue.de/DOX/] |
User Q48: | I need ACLs for group access, versioning, a file browser and integration in my local file system. |
---|---|
User A48: |
This is beyond the scope of F*EX, which is designed for efficient file transfer only. But have a look at [https://fex.belwue.de/sharing/] [https://fex.belwue.de/DOX/] |
User Q49: | I cannot download files with Internet Explorer, it tells me "Cannot open Internet site". What shall I do? |
---|---|
User A49: |
Use Firefox or any other Internet-compatible web browser, that Internet Explorer is not. This is one of the many bugs of Internet Explorer. See also [http://support.microsoft.com/kb/323308] |
User Q50: | I cannot login with Internet Explorer, it tells me "This page can't be displayed". What shall I do? |
---|---|
User A50: |
Use Firefox or any other Internet-compatible web browser, that Internet Explorer is not. This is one of the many bugs of Internet Explorer. |
User Q51: | I cannot connect with Microsoft Edge, it tells me "Can't connect securely to this page". What shall I do? |
---|---|
User A51: |
Use Firefox or any other Internet-compatible web browser. This is one of the many bugs of Microsoft Edge. |
User Q52: | I have received a "file.7z". How can I extract it on my Mac? |
---|---|
User A52: |
For example with "Stuffit Expander": [https://www.stuffit.com/] |
User Q53: | How can I prevent the fexsend error
SSL3_GET_SERVER_CERTIFICATE:certificate verify failed ? |
---|---|
User A53: |
Set the environment variable SSLVERIFY=0
Rationale: |
User Q54: | How can I prevent the fexsend error
SSL connect attempt failed error:0A0C0103:SSL routines::internal error ? |
---|---|
User A54: |
Your fexsend is too old. Upgrade it with:wget fex.belwue.de/download/fex.pl && perl fex.pl
|
User Q55: | How can I prevent the fexsend error tlsv1 alert protocol version ? |
---|---|
User A55: |
Your fexsend is too old (incompatible). Run an upgrade: wget fex.belwue.de/download/fex.pl && perl fex.pl |
Admin Q1: | I cannot install a web server like fexsrv, because I have no root permissions. Is there a pure-CGI-version of F*EX which runs with an apache web server? |
---|---|
Admin A1: |
F*EX is hard bound to fexsrv for several reasons (performance, file size limit, session concept, etc) and cannot be run as CGI under apache. But you might have a look at
which implement a file exchange as pure CGIs, but with a 2 GB file size limit, which F*EX does not have. |
Admin Q2: | I have already a webserver (apache) running. How can I install F*EX in parallel? |
---|---|
Admin A2: |
You have to use a different port or ip for F*EX, because you cannot run two services on the same ip:port combination. For example port 88, use "./install -p 88" For another ip you can create a new virtual interface or use a virtual machine. See the documentation of your UNIX. |
Admin Q3: | Ok, I have installed F*EX. What now? |
---|---|
Admin A3: |
Become user fex and create some users with fac , example:
Then log in using the web interface: http://YOURFEXSERVER/
... and join the F*EX mailing list! ☺ |
Admin Q4: | What is /home/fex/bin/fac and /home/fex/cgi-bin/fac ? |
---|---|
Admin A4: |
fac stands for F*EX Admin Control
|
Admin Q5: | F*EX is not working at all! I cannot connect to it with my web browser! |
---|---|
Admin A5: |
Check your routing, ipfilters and firewall setup. Also check if xinetd is running. If it is linked with tcp-wrapper, configure it correctly (hosts.allow). /etc/xinetd.d/fex should not contain a line "only_from"F*EX needs port 80/tcp for HTTP and optionally port 443/tcp for HTTPS. Test the connection with: telnet YOURFEXSERVER 80 |
Admin Q6: | What is the difference between all these user types (full, sub, group, external, ...)? |
---|---|
Admin A6: |
See [http://fex.rus.uni-stuttgart.de/users.html] |
Admin Q7: | How can I integrate F*EX in the existing user management at my site? |
---|---|
Admin A7: |
F*EX has several authentication modules: local, RADIUS, LDAP, mailman and POP. For the last 4 please contact <framstag@rus.uni-stuttgart.de> |
Admin Q8: | Can I make an alias address for an user? |
---|---|
Admin A8: |
F*EX users are defined by a directory in the spool. Therefore execute:
Now the user is known as user@do.main and alias@other.address |
Admin Q9: | I want that all my local users can use F*EX. How? |
---|---|
Admin A9: |
Let them register themselves with http://YOURFEXSERVER/fur
You have to edit @local_hosts = qw(127.0.0.1 10.10.100.0-10.10.255.255); @local_domains = qw(flupp.org ulm.sub.net);Or you can allow anonymous upload for your LAN users with fex.ph variable @anonymous_upload Example: @anonymous_upload = qw(10.10.100.0-10.10.200.255 129.69.1.11);(Of course you have to use your real local hosts/networks!) |
Admin Q10: | I want that external users can fex to my local users. How? |
---|---|
Admin A10: |
Let them register themselves with http://YOURFEXSERVER/fur
You have to edit # your local receiving domains @local_rdomains = qw(flupp.org *.flupp.org);
Or you can manually create a restricted external user with (example):
|
Admin Q11: | How can I change user settings like quota, restrictions or keep time? |
---|---|
Admin A11: |
Use /home/fex/bin/fac
|
Admin Q12: | How can I delete or temporarily disable a user? |
---|---|
Admin A12: |
Use /home/fex/bin/fac
|
Admin Q13: | I have BIG files already on the fexserver host. Can I upload just a link instead of the whole file? |
---|---|
Admin A13: |
Set in fex.ph:
and use:
|
Admin Q14: | I want the Bcc mails to fex (admin user) to be sent to another address. |
---|---|
Admin A14: |
Set variable $bcc in /home/fex/lib/fex.ph
|
Admin Q15: | My users want to fex to mailing lists, but after first download the file is no more available!? |
---|---|
Admin A15: |
Add the mailing list address to @mailing_list in /home/fex/lib/fex.ph
This allows multiple downloads. |
Admin Q16: | I need more security! How can I enable (https) encryption? |
---|---|
Admin A16: |
Read doc/SSL and also look for "fop_auth" in doc/concept (doc is a local directory in your installation or online [https://fex.belwue.de/doc/]) For email encryption see [https://fex.belwue.de/gpg.html] |
Admin Q17: | I need a corporate identity look. How can I configure F*EX in this way? |
---|---|
Admin A17: |
|
Admin Q18: | F*EX is too complicated for my tie users. I need a simplified upload form. |
---|---|
Admin A18: |
See /home/fex/htdocs/fup_template.html and /home/fex/htdocs/sup.html
or use public upload, see [https://fex.belwue.de/usecases/foreign.html] |
Admin Q19: | F*EX is still too complicated! I need something more simplified. |
---|---|
Admin A19: |
Try [https://fex.belwue.de/fstools/woos.html] or use F*EX mail (see next question). |
Admin Q20: | Can I integrate F*EX in my users MUAs (thunderbird, outlook, etc)? |
---|---|
Admin A20: |
See [https://fex.belwue.de/usecases/BIGMAIL.html] |
Admin Q21: | Can I get a localized version in my native language? |
---|---|
Admin A21: | With your help, yes. Please contact <framstag@rus.uni-stuttgart.de> |
Admin Q22: | I need ACLs for group access, versioning, a file browser and integration in my local file system. |
---|---|
Admin A22: |
This is beyond the scope of F*EX, which is designed for efficient file transfer only. But have a look at [https://fex.belwue.de/usecases/fexpush.html] |
Admin Q23: | Feature/design XY is missing. |
---|---|
Admin A23: | Contact the author <framstag@rus.uni-stuttgart.de> |
Admin Q24: | How can I get fup as start page? |
---|---|
Admin A24: |
Execute:
|
Admin Q25: | How can I use my own local FAQ? |
---|---|
Admin A25: |
Put your FAQ into file /home/fex/htdocs/FAQ/local.faq and execute:
|
Misc Q1: | I have a special use case and need a special access. Is there a F*EX API? |
---|---|
Misc A1: |
See
|
Misc Q2: | F*EX is great! Can I join the developing team? What needs to be done? |
---|---|
Misc A2: |
Contact the author <framstag@rus.uni-stuttgart.de>
Requested features are:
|
Misc Q3: | Can I donate something for F*EX? |
---|---|
Misc A3: | If you have a pet animal, fex a cute video of it to the author <framstag@rus.uni-stuttgart.de> |