Thanks alot

-----Original Message-----
From: Boyle Owen [mailto:[EMAIL PROTECTED] 
Sent: Thursday, November 30, 2006 11:07 AM
To: users@httpd.apache.org
Subject: RE: [EMAIL PROTECTED] Writing to a directory

 

> -----Original Message-----
> From: Meir Hazon [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, November 30, 2006 10:01 AM
> To: users@httpd.apache.org
> Subject: RE: [EMAIL PROTECTED] Writing to a directory
> 
> Hi,
> Then my only true option is to use mod_dav, right?

You never really described your application, but I'm assuming you want
to be able to edit the content of the site remotely. If so, DAV is
probably the way to go. If you wanted to just upload the odd file and
are happy server-sided programming, you can also use form-based upload,
as described in item 1 of my first response.

> Did you use it in the past? Does it really work?

Never used it, no idea.

Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored. 

> Thanks,
> Meir
> 
> -----Original Message-----
> From: Boyle Owen [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, November 30, 2006 10:54 AM
> To: users@httpd.apache.org
> Subject: RE: [EMAIL PROTECTED] Writing to a directory
> 
>  
> 
> > -----Original Message-----
> > From: Meir Hazon [mailto:[EMAIL PROTECTED] 
> > Sent: Thursday, November 30, 2006 9:32 AM
> > To: users@httpd.apache.org
> > Subject: RE: [EMAIL PROTECTED] Writing to a directory
> > 
> > Thanks Owen,
> > Can I use the apache as an http to ftp proxy in order to do so?
> 
> http://httpd.apache.org/docs/2.2/mod/mod_proxy_ftp.html but it only
> works for GET... so no PUT.
> 
> Rgds,
> Owen Boyle
> Disclaimer: Any disclaimer attached to this message may be ignored. 
> 
> > Port 21/ ftp protocol is blocked by a firewall.
> > The ftp uses PASV mode.
> > How can it be done?
> > It will not be an anonymous ftp server, users will have to 
> > log into it.
> > Thanks again,
> > Meir
> > 
> > -----Original Message-----
> > From: Boyle Owen [mailto:[EMAIL PROTECTED] 
> > Sent: Thursday, November 30, 2006 10:18 AM
> > To: users@httpd.apache.org
> > Subject: RE: [EMAIL PROTECTED] Writing to a directory
> > 
> > > -----Original Message-----
> > > From: Meir Hazon [mailto:[EMAIL PROTECTED] 
> > > Sent: Thursday, November 30, 2006 8:58 AM
> > > To: users@httpd.apache.org
> > > Subject: [EMAIL PROTECTED] Writing to a directory
> > > 
> > > Hello All,
> > > 
> > > I use Apache 2.0 in order to access remote directories 
> over the web.
> > > 
> > > Using a web browser it is possible to read and download files 
> > > from the shown directories but I'm unable to write to any of 
> > > the directories,
> > 
> > Of course you can't!
> > 
> > The web is essentially an environement for *down-loading* remote
> > documents, ie it is read-only...
> > 
> > If you want to *upload* documents, you need to arrange this 
> specially.
> > There are several techniques:
> > 
> > - use a form with enctype="multipart/form-data" and an <input
> > type="file"> tag (see a good HTML book for details). BTW, you need
> > server-sided logic to handle the data and write it to a file.
> > 
> > - use mod_dav (distributed authoring) or equivalent to 
> enable the PUT
> > method of HTTP (see 
> http://httpd.apache.org/docs/2.2/mod/mod_dav.html)
> > 
> > - use an FTP server to upload 
> > 
> > Rgds,
> > Owen Boyle
> > Disclaimer: Any disclaimer attached to this message may be ignored. 
> > 
> > > 
> > > I have checked all the operating system permissions (RedHat 
> > > SE 4.3) and they are all correct.
> > > 
> > > How can it be done? How can I write to the directories 
> over the web?
> > > 
> > > Thanks,
> > > 
> > > Meir
> > > 
> > >
> >  
> >  
> > This message is for the named person's use only. It may contain
> > confidential, proprietary or legally privileged information. No
> > confidentiality or privilege is waived or lost by any 
> mistransmission.
> > If you receive this message in error, please notify the 
> > sender urgently
> > and then immediately delete the message and any copies of 
> it from your
> > system. Please also immediately destroy any hardcopies of 
> the message.
> > You must not, directly or indirectly, use, disclose, 
> > distribute, print,
> > or copy any part of this message if you are not the intended 
> > recipient.
> > The sender's company reserves the right to monitor all e-mail
> > communications through their networks. Any views expressed in this
> > message are those of the individual sender, except where the message
> > states otherwise and the sender is authorised to state them 
> to be the
> > views of the sender's company.
> > 
> > 
> ---------------------------------------------------------------------
> > The official User-To-User support forum of the Apache HTTP Server
> > Project.
> > See <URL:http://httpd.apache.org/userslist.html> for more info.
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> >    "   from the digest: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > 
> > 
> > 
> ---------------------------------------------------------------------
> > The official User-To-User support forum of the Apache HTTP 
> > Server Project.
> > See <URL:http://httpd.apache.org/userslist.html> for more info.
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> >    "   from the digest: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > 
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server
> Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: [EMAIL PROTECTED]
>    "   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP 
> Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: [EMAIL PROTECTED]
>    "   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server
Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to