Results 1 to 4 of 4

Thread: need file sharing

  1. #1
    Junior Member
    Join Date
    Jul 2008
    Posts
    1

    need file sharing

    I am looking for options for file sharing at my web site. I would like something similar to the file sharing solution at www.9dx.com but I am looking for something that is free. I don’t care about web site design, I’m interested in file uploading. I need a way for people to submit art work to me which I can then evaluate and post on my web site. Some of the art can be rather large, more than 20 megabytes. If anyone can recommend a solution or has experience with a solution I would be very appreciative.

  2. #2
    Just Another Geek
    Join Date
    Jul 2002
    Location
    Rotterdam, Netherlands
    Posts
    3,401
    On what server should it run? IIS or Apache?

    Any particular server side scripting language used?

    http://www.cs.tut.fi/~jkorpela/forms/file.html
    http://www.tizag.com/phpT/fileupload.php
    Oliver's Law:
    Experience is something you don't get until just after you need it.

  3. #3
    Senior Member nihil's Avatar
    Join Date
    Jul 2003
    Location
    United Kingdom: Bridlington
    Posts
    17,188
    Hmmmm,

    Try e-mail and this:

    http://www.freebyte.com/hjsplit/

    I don’t care about web site design, I’m interested in file uploading.
    From which I deduce that you haven't even considered security. The problem with free uploading/ website maintenance software is that it tends to (well all the ones I have seen) assume that the person who uses it has administrative rights or is trusted enough to have been given sufficient authorisation.

    I would really need much more detail of how you envisage this working to be able to suggest anything other than that which I already have. At least it restricts access to your website by separating the site/update from the initial data collection..... and it is "free".

    Incidentally, what sort of artwork is this? that is what file type extensions are we looking at?

  4. #4
    I've used this Java applet to let clients upload files to our work website -

    http://www.javaatwork.com/ftp-java-u...t/details.html

    It's an FTP client so it allows large files that wouldn't work through a form posting. You can restrict files by type (not sure if it's just suffix or full mime-type) for some security.

    If you use an FTP user with limited privelages i.e write and no read and only with access to a certain directory it should be reasonably secure. Couple that with only providing access to the applet through an area which requires them to be logged in and there is a level of traceability.

    The biggest downfall of this applet if needing to put the host, login and password into the parameters. It's encrypted, but if you let it loose to the general public, I'm sure someone would reverse the password.

    Cheers,
    Niggles

Similar Threads

  1. Windows Error Messages
    By cheyenne1212 in forum Miscellaneous Security Discussions
    Replies: 7
    Last Post: February 1st, 2012, 02:51 PM
  2. Port List
    By ThePreacher in forum Miscellaneous Security Discussions
    Replies: 17
    Last Post: December 14th, 2006, 09:37 PM
  3. 4 steps to making your computer immortal online.
    By ali1 in forum The Security Tutorials Forum
    Replies: 27
    Last Post: January 1st, 2004, 11:59 AM
  4. Tcp/ip
    By gore in forum Newbie Security Questions
    Replies: 11
    Last Post: December 29th, 2003, 08:01 AM
  5. FAT vs. NTFS The ultimate Guide to Win file systems.
    By xmaddness in forum The Security Tutorials Forum
    Replies: 9
    Last Post: August 6th, 2003, 09:57 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •