RE: [Zope-dev] Broken FTP ZClass PUT 2.3.0

2001-02-02 Thread Brian Lloyd
> I have recently upgraded to 2.3.0 and it has broken my FTP support. > When I try to do an FTP upload to an instance of my ZClass, it fails > because it is calling the default PUT of a webdav.Collection instead of > the PUT of my python base class. > > My setup is such: > > A Python product wit

[Zope-dev] Broken FTP ZClass PUT 2.3.0

2001-01-29 Thread Sean Treadway
Hi all, I have recently upgraded to 2.3.0 and it has broken my FTP support. When I try to do an FTP upload to an instance of my ZClass, it fails because it is calling the default PUT of a webdav.Collection instead of the PUT of my python base class. My setup is such: A Python product with a Obj