John -- How are you accessing Zope with FTP? For what you want, you just use your normal FTP client and an appropriate port. For example, if you have zope running on localhost:8080, ftp to localost:8021 should do it. On Sun, 22 Feb 2004, Dieter Maurer wrote:
John Poltorak wrote at 2004-2-21 20:10 +0000:
... I have to wonder if I am living in some parllel universe....
This is what I get when I type help:-
230 Login successful. help 214-The following commands are recognized abor abort operation cdup change to parent of current working directory cwd change working directory ... This is not the 'usual' set of ftp commands. There is no cd, dir, get or put.
These are commands implemented by the FTP server.
Usually, you are not taking directly to the server but to an FTP client. What you call usual commands are usual commands for an FTP client.
-- Dieter