08-08-2004, 09:24 AM
|
|
|
Confirmed User
Join Date: Feb 2004
Location: ICQ: 132497047
Posts: 4,467
|
Quote:
Originally posted by brizzad
im using ws_ftp, and on one of my domains, i want to delete everything that's on my hosting for that domain.. but, i can't delete folders unless i open them, and delete all the contents... normally this wouldnt be a problem, but i have A LOT of folders, it'd take a long ass time to go through and do this
are there any ways to clear my hosting out, or at least delete folders even if files are in them?
|
If you have shell access:
rm -rf <dirname>
|
|
|