Unoffical empeg BBS

Quick Links: Empeg FAQ | RioCar.Org | Hijack | BigDisk Builder | jEmplode | emphatic
Repairs: Repairs

Topic Options
#149547 - 20/03/2003 21:16 Request - HTTP accessible secure internet storage?
number6
old hand

Registered: 30/04/2001
Posts: 745
Loc: In The Village or sometimes: A...
Hi,
One of our customers has asked me to research options for storing and retrieving files for them, and since this place is the fount of all knowledge I thought I'd ask here first.

The customer wants to have a system which their customers can use to retrieve or store files in their own private folders (using HTTPS protocols).

Think of this as like a set of secure, web accessible (via HTTP protocol) web store.

They have two options for products:

1. They rent some space off of a company and then sublet this space to their customers to use portions of.

2. They buy some software and host this software/service on their (Probably Windows) servers in-house and customers then rent the space from them.

We are talking a total storage capability of probably under 100-200MB in total and the main requirements are for secure (HTTPS) based sending and retrieval/polling of said folders.

Each customer would ideally have a secure login/password and would have to have access only to their assigned storage "area" [no common areas].

The clients that do the sending and retrieving of the files will be PC based and will be running a OS like Windows 2000.

Anyone got any existing products or knows of companies that offer this service.

In principle this is very similar to companies that offer web based file storage e.g. for backups etc. But I don't know of any products off the top of my head.
So any input is appreciated.

BTW: This is not some illegal file swapping operation, it merely boring stuff like commercial invoices and the like, but the principles are probably the same.


Top
#149548 - 20/03/2003 23:29 Re: Request - HTTP accessible secure internet storage? [Re: number6]
JBjorgen
carpal tunnel

Registered: 19/01/2002
Posts: 3582
Loc: Columbus, OH
Just out of curiousity, why is SFTP not an option?

google turned up:
sendfile.net
SecureTransport
UnlimitedFTP Secure (uses https)

Also, CuteFTP Pro supports file transfers over HTTPS.
_________________________
~ John

Top
#149549 - 20/03/2003 23:47 Re: Request - HTTP accessible secure internet storage? [Re: JBjorgen]
number6
old hand

Registered: 30/04/2001
Posts: 745
Loc: In The Village or sometimes: A...
The customer needs something that works behind their customers corporate firewalls without changing existing firewall configurations.

Most firewalls allow HTTP based outbound requests, which is what the sending process does/involves, and also what the polling process does [it makes a outbound https request to a known URL etc].

So, there are no changes to existing firewall rules . e.g. if you can surf to a https website, you can use the web storage service for sending and receivng.

Yeah, I know this technically allows all kinds of nasties back down the wire to the polling system, but since its a secure link and only known "safe" files are going to be sent or received I think most customers will be happy with the concept.

Heck, most corporates would let their users surf to websites and download stuff [e.g. executable software] and the reality is that this is a more controlled version of that concept and the files we are talking about won't be executable in any case, and good virus checking should stop any nasties in any case.




Top
#149550 - 20/03/2003 23:57 Re: Request - HTTP accessible secure internet storage? [Re: number6]
JBjorgen
carpal tunnel

Registered: 19/01/2002
Posts: 3582
Loc: Columbus, OH
I figured as much. Some of those links from google are pretty interesting. Lemme know what you decide to do.
_________________________
~ John

Top
#149551 - 21/03/2003 04:03 Re: Request - HTTP accessible secure internet storage? [Re: number6]
kirkholt
new poster

Registered: 27/09/2001
Posts: 11
Loc: Denmark
Helllo There

This would be fairly easy to set up using a standard webserver (IIS) in the case of windows 2000.
All you need (beside the hardware an a windows 2000 server license) is:
a file-upload component (take a look at SA-Fileup)
an ssl-certificate
a bit of ASP-programming

It wouldn't be hard to set up. Feel free to contact me if you want more info

best regards:

Ole

Top
#149552 - 21/03/2003 07:36 Re: Request - HTTP accessible secure internet stor [Re: number6]
wfaulk
carpal tunnel

Registered: 25/12/2000
Posts: 16706
Loc: Raleigh, NC US
Is WebDAV an option?

As a point of example, Apple used it for their MacOS X built-in internet filesharing. They probably still do, but I didn't feel like spending the money on something I never used except as a minor convenience.
_________________________
Bitt Faulk

Top