Hi,
We would like to restrict the filesystem, different
customers can see and different access previlages like read/write, create 
directories on the filesystem.
One of the approaches I am taking is restrict the file
system using HTTP.
How can I do FTP from a web application?
Any pointers is highly helpful

-Aswath




>From: [EMAIL PROTECTED]
>Reply-To: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Subject: Re: upload 1 GB files
>Date: Wed, 16 May 2001 09:53:41 +0800
>
>Hi,
>
>ok, you can upload files via multipart form data . No problem. You can
>handle this by a servlet and write the files to your servers discs.
>
>But as we know there is quite a big overhead if we do so. Why don't you
>remember that nice FTP protocol? A ftp server is set up in a couple of
>hours (our faster if you have the right docs). You have no big overhead a
>quite clear security rule and so on... So guys, if you want to transfer
>files, use ftp, if you transfer html use http... Or is there any strong
>reason against this?
>
>Sascha
>
>

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com

Reply via email to