Re: [Zope] add multiple images to zope folder

2005-12-05 Thread Chris Withers

I'd use WebDAV.

If you want security, tunnel the WebDAV port over ssh.

cheers,

Chris

Chris Purves wrote:

Hello,

Is there a way to add multiple images to a zope folder instead of adding one
at a time?

--
Take care, eh.
Chris





___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce

 http://mail.zope.org/mailman/listinfo/zope-dev )


--
Simplistix - Content Management, Zope  Python Consulting
   - http://www.simplistix.co.uk

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] add multiple images to zope folder

2005-12-05 Thread Jonathan Cyr




I once started down that path with
FTP. I use HomeSite, as well, to save via FTP. I investigated a Linux
package called Delegate, that would provide a rev-proxy for FTP over
SSL, in which normal FTP clients with SSL could transfer files.
www.delegate.org

I didn't continue, priorities and all.

Maybe a WebDAV client over SSL would be easier, depends on your needs.

-Jon





Chris Purves wrote:

  On 04/12/05, Jonathan Cyr [EMAIL PROTECTED] wrote:
  
  
Use FTP,

 Open Internet Explorer, type ftp://zopeusername:[EMAIL PROTECTED]:8021/directory/

 and drag and drop from explorer to ie, zope assigns them as images automatically.

 Any FTP client will do, Filezilla is nice/free, as well. (filezilla.sourceforge.net)  Substitute 8021 with your Zope's FTP port.

 I use it regularly for uploading website graphical components, a nice shortcut.

  
  
That looks like exactly what I want, but is it possible to make the
connection secure?

--
Take care, eh.
Chris
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

  


-- 
Jonathan Cyr
http://www.cyr.info
http://www.weddingweblog.com
[EMAIL PROTECTED]


___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] add multiple images to zope folder

2005-12-05 Thread Chris Purves
On 05/12/05, Chris Withers [EMAIL PROTECTED] wrote:
 I'd use WebDAV.

 If you want security, tunnel the WebDAV port over ssh.


Thanks.  I was able to get WebDAV over SSL working.

--
Take care, eh.
Chris
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] add multiple images to zope folder

2005-12-05 Thread Chris Purves
On 06/12/05, Jonathan Cyr [EMAIL PROTECTED] wrote:
  I once started down that path with FTP.  I use HomeSite, as well, to save
 via FTP.  I investigated a Linux package called Delegate, that would provide
 a rev-proxy for FTP over SSL, in which normal FTP clients with SSL could
 transfer files.  www.delegate.org

  I didn't continue, priorities and all.

  Maybe a WebDAV client over SSL would be easier, depends on your needs.

Yes, that's exactly what I was looking for.  I'm already using Apache
as a proxy for Zserver, so it didn't take much to get SSL working as
well.

Thanks, everyone for your help.

--
Take care, eh.
Chris
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] add multiple images to zope folder

2005-12-04 Thread Chris Purves
On 04/12/05, Peter Bengtsson [EMAIL PROTECTED] wrote:
 There's a script with zope called load_site.py that can do this.


I got load_site.py to work after a few tries.  Thanks for the help.



--
Take care, eh.
Chris
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] add multiple images to zope folder

2005-12-04 Thread Chris Purves
On 04/12/05, Jonathan Cyr [EMAIL PROTECTED] wrote:
 Use FTP,

  Open Internet Explorer, type ftp://zopeusername:[EMAIL 
 PROTECTED]:8021/directory/

  and drag and drop from explorer to ie, zope assigns them as images 
 automatically.

  Any FTP client will do, Filezilla is nice/free, as well. 
 (filezilla.sourceforge.net)  Substitute 8021 with your Zope's FTP port.

  I use it regularly for uploading website graphical components, a nice 
 shortcut.

That looks like exactly what I want, but is it possible to make the
connection secure?

--
Take care, eh.
Chris
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] add multiple images to zope folder

2005-12-03 Thread Peter Bengtsson
There's a script with zope called load_site.py that can do this.

Alternatively, write your own Python Script that can do it for you
from a input type=file form.

On 12/4/05, Chris Purves [EMAIL PROTECTED] wrote:
 Hello,

  Is there a way to add multiple images to a zope folder instead of adding
 one at a time?

 --
 Take care, eh.
 Chris
 ___
 Zope maillist  -  Zope@zope.org
 http://mail.zope.org/mailman/listinfo/zope
 **   No cross posts or HTML encoding!  **
 (Related lists -
  http://mail.zope.org/mailman/listinfo/zope-announce
  http://mail.zope.org/mailman/listinfo/zope-dev )





--
Peter Bengtsson,
work www.fry-it.com
home www.peterbe.com
hobby www.issuetrackerproduct.com
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] add multiple images to zope folder

2005-12-03 Thread Jonathan Cyr




Use FTP,

Open Internet Explorer, type
ftp://zopeusername:[EMAIL PROTECTED]:8021/directory/

and drag and drop from explorer to ie, zope assigns them as images
automatically.

Any FTP client will do, Filezilla is nice/free, as well.
(filezilla.sourceforge.net) Substitute 8021 with your Zope's FTP
port. 

I use it regularly for uploading website graphical components, a nice
shortcut.

HTH
-Jon

Chris Purves wrote:
Hello,
  
Is there a way to add multiple images to a zope folder instead of
adding one at a time?
  
-- 
Take care, eh.
Chris
  

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )
  


-- 
Jonathan Cyr
http://www.cyr.info
http://www.weddingweblog.com
[EMAIL PROTECTED]


___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )