Koozali.org: home of the SME Server

Recommendation for download management

Offline gbentley

  • *****
  • 482
  • +0/-0
  • Forum Lurker
    • Earth
Recommendation for download management
« on: July 04, 2015, 04:30:49 PM »
Hi all,

I am asking for alternative suggestion for software that roughly resembles http://www.thregr.org/~wavexx/software/dl/

ie staff would be able to upload a file and send a link to the client. The link/file would expire after a set period.

This would probably be open source software, but doesn't have to be.

The less requirements the better - maybe just mysql/php/js [less =better]

TIA

  :-P

"If you don't know what you want, you end up with a lot you don't."

Offline Stefano

  • *
  • 10,894
  • +3/-0

Offline gbentley

  • *****
  • 482
  • +0/-0
  • Forum Lurker
    • Earth
Re: Recommendation for download management
« Reply #2 on: July 05, 2015, 10:36:13 PM »
On first glance 'dl' looked overly complicated to install?

Found this so will give it a try in next few days.

http://www.projectsend.org/

I also tested something similar quite some time ago which fitted the bill and had low requirements, but for life of me can't recall the name of the project...
"If you don't know what you want, you end up with a lot you don't."

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: Recommendation for download management
« Reply #3 on: July 05, 2015, 10:39:59 PM »
complicated? :-)

just use fws repo and you're done.. everything you need is that.. the other points (LemonLDAP::NG and so on) are optional

Offline gbentley

  • *****
  • 482
  • +0/-0
  • Forum Lurker
    • Earth
Re: Recommendation for download management
« Reply #4 on: July 05, 2015, 11:14:41 PM »
I should of mentioned - this is to be installed on web host [not on sme box]
"If you don't know what you want, you end up with a lot you don't."

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: Recommendation for download management
« Reply #5 on: July 07, 2015, 08:56:53 PM »
http://wiki.contribs.org/DownloadTicketService

What's to stop random bad guys using that as a Warez exchange (or worst) dropbox?

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: Recommendation for download management
« Reply #6 on: July 07, 2015, 09:06:32 PM »
you'd better ask to Daniel ;-)

Offline Daniel B.

  • *
  • 1,700
  • +0/-0
    • Firewall Services, la sécurité des réseaux
Re: Recommendation for download management
« Reply #7 on: July 07, 2015, 11:06:22 PM »
In the default conf, only authenticated users (sme accounts, either throuh http basic auth or Lemonldap::NG) can upload files. For external people, they can upload only if they first get a grant from an authenticated user, a grant is only avaliable once, and uploaded files are scanned with ClamAV before being accepted. Of course only the grantor can then retrieve a file uploaded by an external user.
C'est la fin du monde !!! :lol:

guest22

Re: Recommendation for download management
« Reply #8 on: July 08, 2015, 05:03:28 AM »
In the default conf, only authenticated users (sme accounts, either throuh http basic auth or Lemonldap::NG) can upload files. For external people, they can upload only if they first get a grant from an authenticated user, a grant is only avaliable once, and uploaded files are scanned with ClamAV before being accepted. Of course only the grantor can then retrieve a file uploaded by an external user.


and....
Files made available for download have:
- An auto expiry date
- A random file name
- A counter on how many times it is downloaded and by whom (Audit)
- A limit on the number of downloads e.g. 1 or n, the expire
Anyway, it's all on the wiki page ;-)