I'm running FileZilla FTP server by the way. This is log output when the inital directory field is left empty:
27/10/2004 12:43:49 - johng (xxx.xxx.xxx.xxx)> 215 UNIX emulated by FileZilla
27/10/2004 12:43:49 - johng (xxx.xxx.xxx.xxx)> PWD
27/10/2004 12:43:49 - johng (xxx.xxx.xxx.xxx)> 257 "/C:/Inetpub" is current directory.
27/10/2004 12:43:50 - johng (xxx.xxx.xxx.xxx)> CWD /
27/10/2004 12:43:50 - johng (xxx.xxx.xxx.xxx)> 550 CWD failed. "C:/": Permission denied. |
It looks like the "CWD /" command is causing the problems. I wonder if the FileZilla FTP server is behaving differently to how PHPEd expects it to behave (I would have thought that 'CWD /' would simply change to the FTP user's designated home directory).
HOWEVER, I am using exactly the same FTP details (address/account) using a dedicated FTP client and this will connect to my server correctly, so perhaps it is something fixable within PHPEd?
I've not even tried to publish a file from within a project yet, this shouldnt be a problem once PHPEd is able to connect though, I've successfully published from other projects (connecting to different servers to this one).
cheers