[Zope] Re: File Sharing

Chris Withers chrisw@nipltd.com
Thu, 09 Jan 2003 12:58:25 +0000


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