[Zope] Versions and FTP access
Jon Prettyman
jprettyman@acm.org
05 Jan 2000 16:24:00 -0800
Given an object:
/folder/object
And a version:
/folder/versionN
Couldn't the FTP server be made to return the original object if the
request is for /folder/object and the ``versioned'' object if the
request was for /folder/object/versionN ? It seems that this would
work for GETs and PUTs.
Jon
Michel Pelletier <michel@digicool.com> writes:
> > ...
>
> You cannot work in a version through FTP. There are no FTP semantics
> for entering or leaving or commiting or anything else like that. It's a
> protocol limitation.
>
> -Michel
> ...