C
C
Cyril2017-06-23 11:12:40
Nginx
Cyril, 2017-06-23 11:12:40

What alternative can be chosen instead of FTP for data exchange?

Now employees of the company in order to share their data (read-only) send an ftp link. For example, ftp://domain.com. The recipient of the link follows it, enters a username and password, and views the data. Sometimes the user and password are included in the ftp link itself. For example, ftp://user:[email protected]
Now we want to move from FTP to Web. Is there any free lightweight solution, based on Nginx or Apache for example, to quickly share an external resource and send a link to the recipient? For example, to have a mini-admin panel where you can add an external resource, specify a data folder, user, password.
To, for example, instead of ftp://domain.com send people domain.com<identifier>. Or somehow in this spirit.
Thank you!

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Dmitry, 2017-06-23
@belyaevcyrill

Owncloud/Nextcloud

S
Saboteur, 2017-06-23
@saboteur_kiev

Does everyone need different passwords?
If there is one, or say 10 pieces, then the usual http with basic authorization will do.
If it's more complicated - google any file hosting web engine (I didn't use it myself, so I won't tell you), but something like:
https://pydio.com/
https://www.softaculous.com/apps/files
https:// sourceforge.net/projects/phpofs/
There is also a similar question
File sharing script

X
x67, 2017-06-23
@x67

Google drive (free) for small companies and Gsuite (from 5 bucks per month per person) - a more functional product for large companies. You can set permissions for reading, writing, etc. You can edit docks online at the same time. You can create all sorts of forms, automate workflow. This is a whole new level of bureaucracy!

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question