On Sat, Feb 21, 2004 at 06:05:44PM +0100, Anton Stonor wrote:
I've just run FTP, entered USER and PASS and got a successful login but when I try list , I get 530 Unauthorised.
Are you sure you are connecting to the Zope ftp server and not a standard ftp server on the box? Zope ftp is often at port 8021--look in the zope config file.
USER and PASS are the same as your Zope login, the same is the case for permissions.
Yes, my login works fine - I get a 230 Login successful. Maybe some permission needs to be set for FTP access... Is there a good reference on Zope's FTP server? I haven't found anything which provides much information about it.
pwd shows '/' but I don't know where to upload to. Is there a directory on the filesystem, or is this done internally via Zope's database?
There is no directory call myplonesite under /opt/zope that I am aware of.
You don't wanna ftp to the file system, but to Zope. The ftp dirs and files reflects the folders and other objects in your ZODB.
I guess this won't make much sense until I can actually get 'list' to display something.... Is there a Zope log which might explain why I'm getting a 530 Unauthorised msg?
Anton
-- John