My users have been using Dreamweaver 4 and Dreamweaver MX for some time now and just needed to set passive FTP and disable "Maintain Notes on Server" for them to work with Zope ftp. Now the "new and improved" Dreamweaver MX 2004 is not working with Zope. In the Dreamweaver Site I can connect and view the root directory but cannot change into any directories although the local log file says I did and the Z2.log says it was successfull to change to a directory. Looks like it tries to delete a directory it never tried to create '_mm' I assume mm is for Macro Media. The directory it does try to create is MM_CASETEST4291, could this be left over from debugging in the pre release code? Then it tries to remove dirctory mm_casetest4291 which under linux would be a different directory. Is anyone aware of a fix for this? Haven't visited the MM site yet, that's next but I expect a quicker solution from the zope list than I do Macro Media given the track record of both. ;-) Thanks, Thomas My setup is : Zope Version (Zope 2.6.1 (binary release, python 2.1, linux2-x86), python 2.1.3, linux2) Python Version 2.1.3 (#1, Sep 19 2002, 13:15:46) [GCC egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)] System Platform linux2 All of the commands up to "CWD //reference" are automatically generated from Dreamweaver upon connecting. An excerpt from the Z2.log(username, remote, and server ids have been edited): remote_user ==> 220 my_zope_server.library.appstate.edu FTP server (Medusa Async V1.21 [experimental]) ready. remote_user <== USER remote_username remote_user ==> 331 Password required. remote_user <== PASS <password> remote_user ==> 230 Login successful. remote_user <== PWD remote_user ==> 257 "/" is the current directory. remote_user <== PWD remote_user ==> 257 "/" is the current directory. remote_user <== CWD / remote_user ==> 250 CWD command successful. remote_user <== MKD MM_CASETEST4291 remote_user ==> 257 MKD command successful. remote_user <== CWD / remote_user ==> 250 CWD command successful. remote_user <== RMD mm_casetest4291 remote_user ==> 550 Error removing directory. remote_user <== CWD //mm_casetest4291 remote_user ==> 550 No such directory. remote_user <== CWD /mm_casetest4291 remote_user ==> 550 No such directory. remote_user <== CWD / remote_user ==> 250 CWD command successful. remote_user <== RNFR mm_casetest4291 remote_user ==> 350 RNFR command successful. remote_user <== ABOR remote_user ==> 226 ABOR command successful. remote_user <== CWD /mm_casetest4291 remote_user ==> 550 No such directory. remote_user <== CWD / remote_user ==> 250 CWD command successful. remote_user <== RMD MM_CASETEST4291 remote_user ==> 250 RMD command successful. remote_user <== CWD //_mm remote_user ==> 550 No such directory. remote_user <== CWD /_mm/ remote_user ==> 550 No such directory. remote_user <== CWD / remote_user ==> 250 CWD command successful. remote_user <== RNFR _mm remote_user ==> 350 RNFR command successful. remote_user <== ABOR remote_user ==> 226 ABOR command successful. remote_user <== CWD / remote_user ==> 250 CWD command successful. remote_user <== MKD XYIZNWSK remote_user ==> 257 MKD command successful. remote_user <== CWD / remote_user ==> 250 CWD command successful. remote_user <== CWD //reference remote_user ==> 250 CWD command successful. remote_user <== PWD remote_user ==> 257 "//reference" is the current directory. -- Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/