PDA

Bekijk de volledige versie : Problem deleting directories



joolzg
03-06-2007, 13:15
My wife has a new machine, Dell and it comes with Vista.

Now over the last few weeks i have been transferring files between machines unsing the WL700ge and have now got a few directories which i cannot delete/rename etc.

I have tried the web interface and as a upnp device.

Anybody know a workaround?

joolz

sollie
04-06-2007, 06:52
Try ssh:


rm dir -rf <path_to_folder>

batmanone
11-06-2007, 09:06
Someone had suggested in this forum before that you can ftp to the parent directory of these folders and then delete them (within ftp).

I have experience before that even some folder I can't delete through ftp, but I can rename the folders. After rename to a simple folder name (eg, 'a'), I can delete them using ssh with command "rm -rf a", where 'a' is the renamed directory name.

Hope this help!