[Zope] getting ext. method files in and out

Michel Pelletier michel@digicool.com
Tue, 15 Jun 1999 16:16:55 -0400


> -----Original Message-----
> From: Greg Pierce [mailto:greg@turtleprod.com]
> Sent: Tuesday, June 15, 1999 4:07 PM
> To: zope@zope.org
> Subject: [Zope] getting ext. method files in and out
> 
> 
> is there anyway to put external method files into the extensions 
> directory through Zope?
> 
> i'm working exclusively through a remote machine.  do i need to setup 
> my server to allow me to FTP or access that directory through some 
> other means?  shouldn't i be able to do it through ZServer w/ a HTTP 
> PUT?
> 

Not with zhttp_handler, that will PUT into the object database.  If you
want to PUT into the filesystem, you need to use some other means, I
don't know if the stock medusa http server handles PUT, you could use
Apache, or you could FTP (but not FTP into Zope, into the filesystem).

-Michel

> how are others handling this...
> 
> Greg Pierce
> greg@turtleprod.com
> http://www.turtleprod.com/greg/
> ---Slow and Steady Wins the Race---
> 
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> http://www.zope.org/mailman/listinfo/zope
> 
> (For developer-specific issues, use the companion list,
> zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )
>