550 Can't remove directory: No such file or directory
It appears to only be a problem with fasthosts servers - I have a dedicated server running CentOS 5.3
I can't delete folders (full or empty). I know it's a problem with WinSCP as I can delete the same folders fine using Dreamweavers ftp unctionality.
ftp log:
Creating directory "test".
CWD /user/htdocs/
250 OK. Current directory is /user/htdocs
MKD test
257 "test" : The directory was successfully created
Retrieving directory listing...
TYPE A
200 TYPE is now ASCII
PORT 192,168,100,60,8,61
200 PORT command successful
LIST -a
150 Connecting to port 5017
226-Options: -a -l
226 7 matches total
Directory listing successful
Deleting file "test".
Retrieving directory listing...
CWD /user/htdocs/test/
250 OK. Current directory is /user/htdocs/test
PWD
257 "/user/htdocs/test" is your current location
TYPE A
200 TYPE is now ASCII
PORT 192,168,100,60,8,63
200 PORT command successful
LIST -a
150 Connecting to port 5018
226-Options: -a -l
226 2 matches total
Directory listing successful
Synchronizing current directory "/user/htdocs".
CWD /user/htdocs
250 OK. Current directory is /user/htdocs
RMD /user/htdocs/test/
550 Can't remove directory: No such file or directory
Asking user:
Error deleting file 'test'. ("Can't remove directory: No such file or directory")
If i now connect with dreamweaver using same login details I can delete the folder fine!
Please help.
I can delete files fine:
Deleting file "test.html".
DELE /user/htdocs/test.html
250 Deleted /user/htdocs/test.html
Retrieving directory listing...
CWD /user/htdocs/
250 OK. Current directory is /user/htdocs
PWD
257 "/user/htdocs" is your current location
TYPE A
200 TYPE is now ASCII
PORT 192,168,100,60,8,138
200 PORT command successful
LIST -a
150 Connecting to port 5027
226-Options: -a -l
226 6 matches total
Directory listing successful