ftp sees the Zope ZOOB as a file system. All the usual ftp commands work. You can move to a directory with `cd', list the directory contents wit `dir', copy a file from the directory with `get' and insert a file into the directory with a `put'. On Sat, 21 Feb 2004, John Poltorak wrote:
I'm trying to get the hang of Zope's FTP and am making slow (but steady) progress...
What I have no idea about is the way the server presents objects to the client via what must be some sort of virtual file system.
Assuming I have a user called manager on a site called plone1, I seem to get as far as
/plone1/Members/manager
but no command shows me what is in this directory. How do I find out what is there?
-- John
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )