how to import lots of files?
Hi, I'm running Zope 2.4.1 on Linux, and I'm trying to create a file repository. Is there any way to upload an entire directory of files instead of selecting them one by one? Thanks, -- Jack Coates Monkeynoodle: A Scientific Venture...
On Fri, 23 Nov 2001, Jack Coates wrote:
I'm running Zope 2.4.1 on Linux, and I'm trying to create a file repository. Is there any way to upload an entire directory of files instead of selecting them one by one?
Enbale Zope's ftp support and send them that way. -Tim -- Tim Wilson | Visit Sibley online: | Check out: Henry Sibley HS | http://www.isd197.org | http://www.zope.com W. St. Paul, MN | | http://slashdot.org wilson@visi.com | <dtml-var pithy_quote> | http://linux.com
Use FTP or WebDAV. Andreas ----- Original Message ----- From: "Jack Coates" <jack@monkeynoodle.org> To: <zope@zope.org> Sent: Saturday, November 24, 2001 00:44 Subject: [Zope] how to import lots of files?
Hi,
I'm running Zope 2.4.1 on Linux, and I'm trying to create a file repository. Is there any way to upload an entire directory of files instead of selecting them one by one?
Thanks, -- Jack Coates Monkeynoodle: A Scientific Venture...
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Jack Coates writes:
I'm running Zope 2.4.1 on Linux, and I'm trying to create a file repository. Is there any way to upload an entire directory of files instead of selecting them one by one? Beside FTP and WEBDAV, you can also use "load_site". You find it in the "utilities" subfolder of your Zope distribution.
Dieter
Hello Jack, Saturday, November 24, 2001, 10:44:40 AM, you wrote: JC> repository. Is there any way to upload an entire directory of files A most simple way could be to move the directory into a zip/tgz, upload it and run unpacking/processing script on server side. -- Best regards, Alexander N. Chelnokov Ural Scientific Institute of Traumatology and Orthopaedics 7, Bankovsky str. Ekaterinburg 620014 Russia ICQ: 25640913
participants (5)
-
Alexander Chelnokov -
Andreas Jung -
Dieter Maurer -
Jack Coates -
Timothy Wilson