I hvae a Zope server set up and am having problems ftping in as a user other than the superuser. Simple example: I set up a directory called "Test" as superuser and added the user "rayvd" to the acl_users folder and gave this user Owner and Manager permissions as well as adding * to the hostmask. (I also tried without a host mask defined). I can ftp in as "rayvd" and it will accept my password, but when i try and get a file listing or change directories it gives me a 530 Unauthorized error. Any idea what's going on? ftp> open moonbase.wwc 8021 Connected to cs-sa1.wwc. 220 moonbase FTP server (Medusa Async V1.8 [experimental]) ready. User (cs-sa1.wwc:(none)): rayvd 331 Password required. Password: 230 Login successful. ftp> dir 200 PORT command successful. 530 Unauthorized. ftp> cd / 530 Unauthorized. ftp> cd /Test 530 Unauthorized. ftp> Thanks. Ray Van Dolson