|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
unable to delete folders i've access to...
there are two folders on my server (called "1" and "2") and each folder has content. even though the attributes are RWX for the user, i can't open or delete these folders but i CAN rename them. strange...
this is annoying me because i've just spend 3 days writing a complete php journal program. now this is a set back... |
|
#2
|
||||
|
||||
|
Make sure the files are owned by the owner you claim them to be...
weird... |
|
#3
|
|||
|
|||
|
Re
it worked for me try this php script
<php> <?PHP system('rm -rf yourfile'); ?> </php> rename "yourfile" to 1 or 2 or the directory save it as run.php upload it via ftp (put in same dir as the folder's) then in ur browser go to http://yoursite.com/run.php then rename the 1 or 2 to the other folder and upload again now if ftp you shood chmod the folders to 777 then delete them hope this works Ic3pick66 |
![]() |
| Viewing: Dev Shed Forums > System Administration > FTP Help > unable to delete folders i've access to... |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|