PDA

View Full Version : help: cannot delete a file in one of my directories on FTP


alyo
2-19-06, 09:52 AM
I noticed that one of my php scripts created this file
.pureftpd-upload.43f82d90.15.556a.ef4a1938
on my ftp directory and now I cannot delete it. I've tried many unix commands in total commander but without success.
Does anybody know how can I delete this file?

tnx

extras
2-19-06, 10:06 AM
Have you tried to delete it via SiteTools?
OPS>>SiteTiools>>FileManager

You can use script to delete it, too.

This will delete any file in the directory with the name starting with '.pure'.
(Do not use this wile uploading wih FTP. Delete the script once it's done.)

<? echo `rm .pure* 2>&1`; >?


Note: SiteTools isn't very quick.
Mke sure to wait till it finishes each step.
Clicking the links in the SiteTools, many time, impatiently, may cause resource abuse site shut down.