Hi All, I've checked out the file sharing example and the navigation example. However, what I want to do is upload a whole buch of files (maybe with FTP) and hve them seen without "uploading" each one individually. Is there a way to do this??? TIA IanF
Ian Firmin wrote:
Hi All, I've checked out the file sharing example and the navigation example. However, what I want to do is upload a whole buch of files (maybe with FTP) and hve them seen without "uploading" each one individually. Is there a way to do this???
You can connect to your Zope-Server via ftp on port 8021 (default). -mj
Maik Jablonski wrote:
Ian Firmin wrote:
Hi All, I've checked out the file sharing example and the navigation example. However, what I want to do is upload a whole buch of files (maybe with FTP) and hve them seen without "uploading" each one individually. Is there a way to do this???
You can connect to your Zope-Server via ftp on port 8021 (default).
Or WebDAV. ...in which case you may wish to start up a WebDAV sourceport. Do: python zp.py --help ...to find out how. cheers, Chris
Sorry, but I don't have zp.py on my machine... -----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Chris Withers Sent: 09 January 2003 12:58 To: Maik Jablonski Cc: zope@zope.org Subject: Re: [Zope] Re: File Sharing Maik Jablonski wrote:
Ian Firmin wrote:
Hi All, I've checked out the file sharing example and the navigation example. However, what I want to do is upload a whole buch of files (maybe with FTP) and hve them seen without "uploading" each one individually. Is there a way to do this???
You can connect to your Zope-Server via ftp on port 8021 (default).
Or WebDAV. ....in which case you may wish to start up a WebDAV sourceport. Do: python zp.py --help ....to find out how. cheers, Chris _______________________________________________ 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 )
On Thursday, January 9, 2003, at 08:55 AM, Ian Firmin wrote:
Sorry, but I don't have zp.py on my machine...
Try z2.py instead... ___/ / __/ / ____/ Ed Leafe http://leafe.com/ http://opentech.leafe.com
On Wed, 08 Jan 2003 21:33:14 +0100 Maik Jablonski <maik.jablonski@uni-bielefeld.de> wrote:
Ian Firmin wrote:
Hi All, I've checked out the file sharing example and the navigation example. However, what I want to do is upload a whole buch of files (maybe with FTP) and hve them seen without "uploading" each one individually. Is there a way to do this???
You can connect to your Zope-Server via ftp on port 8021 (default).
-mj
another option is to upload a zip-archive and expand it in the zope tree. HTH, __Janko
participants (6)
-
Chris Withers -
Dieter Maurer -
Ed Leafe -
Ian Firmin -
Janko Hauser -
Maik Jablonski