Web Hosting Talk







View Full Version : Deleting files


xporter
12-29-2000, 02:51 AM
Could anyone tell me how to delete all my files in my existing site before I start switching host? I am using frontpage to publish and via ws_ftp trying to delete my website files. I can delete some but could not wipe everything before I move.

Please help!

JTY
12-29-2000, 04:05 AM
Why do you want to delete your site?

xporter
12-29-2000, 04:42 AM
Because it contain valuable customer's data, trade information etc...

(SH)Saeed
12-29-2000, 05:09 AM
There are 2 ways to do this:

1) FTP - Log in through FTP and make sure you delete all the files in a directory before deleting the actual directory.

2) Telnet - Log in through telnet and go to the directory where you want to delete everything and type "rm -rf *".

Keep in mind that you might not have access to delete some files/directory.

Saeed

etLux
12-29-2000, 07:03 AM
Giant magnets can likewise be a speedy solution.

BC
12-29-2000, 07:47 AM
... If you have physical access :)

etLux
12-29-2000, 12:18 PM
... or a really good pitching arm.

Jaiem
12-29-2000, 12:42 PM
I've seen the same thing with FP. When you use FP to transfer (publish) web files it creates a sub dir in each dir that keeps a copy of the web files. Not sure what the purpose of those duplicate files are but if you delete them the next time you publish FP will recopy them.

Next time make a dir outside of FP and put your sensetive files in there. FP won't know about the dir so it won't duplicate them.

kc7
12-29-2000, 12:50 PM
Check your FP settings. The directories/files might be set to be excluded from updating. Remove the exclusion and you should be able to have access to them.

kc