Jump to content

Web Based File Transfer Service


SquidSec

Recommended Posts

I'm looking for a recommendation for a web application that can run on a LAMP server.

Here are the requirements:

- HTTP/S based web page that will allow users to logon and up/down files based on a clientless application (java?)

- resume on large files

- graphical representation of their user folder, available files (etc.)

- suitable for multi-gig files

Your thoughts are appreciated.

Link to comment
Share on other sites

HTTP/1.1 has built in support for this. It's called WebDAV. Just setup a LAMP and enable authentication and DAVfs. However, I doubt it can let you resume uploads, but resuming a download should be no problem. The multi-gig-ness alowed for files would be limited only by bandwidth, the web server software and the filesystem. No need for a web application at all.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...