[Zope-CMF] CMFBTreeFolder and FTP

Magnus Heino magnus.heino@pleon.sigma.se
27 Sep 2002 14:31:08 +0200


Hi.

What do I have to add to get CMFBTreeFolder2 working with FTP?

class CMFBTreeFolder2(BTreeFolder2Base, PortalFolder)

Since PortalFolder supports ftp, you could think that it would work out
of the box. But thats not the case.

I added security declaration for manage_FTPstat, manage_FTPget and
manage_FTPlist' since they seem to be missing. 

Now the STOR command fails, and the site error object shows a 404 Not
Found on foo.gif, if I try to "put foo.gif".

?

/Magnus