The directory is in fact empty according to FTP, how can I delete this directory even though SmartFTP is throwing this error?
|
feedback
|
migrated from stackoverflow.com Jan 5 '10 at 20:28
This question came from our site for professional and enthusiast programmers.
|
Set full permissions on folder first, then try deleting it again:
Also check it does not contain files with names that begin with ".", as these may appear hidden. Eg,
| |||
|
feedback
|
|
FTP isn't a reliable way to check to see if a directory is empty or not. Do you have local access to the machine? | |||
|
feedback
|
|
Check first if you have a permission to rename it, if not then John is right that folder is not owned by you. | |||
|
feedback
|
|
This is usually caused by hidden files. In SmartFTP:
You can then check the folder again for hidden files. If this does not turn up anything, contact your host, they will remove the folder for you. | |||
|
feedback
|
