PDA

View Full Version : Force tcl to rename dir?


odog
05-29-2005, 09:50 AM
is there any way to force tcl to rename a directory that someone is dling from or uploading, i use sitekill to kill connections but even though it dissconnects the users from the site when they're active i still get no permission on in error. :mad:

esmandil
05-29-2005, 06:27 PM
Well, it depends. Windows will no allow you to rename directory somebody is using, so there is nothing tcl can do about it.

But if you kick your users, it should work. At least it works for me. Maybe you don't kick all of them? Be aware that you may not be able to kick Masters (I am not sure).

mentality
05-31-2005, 08:33 AM
chmod the dir as soon as you kick the users, so as to prevent them hamering back in, it may be possible to chmod dir before kicks.

tuff
06-01-2005, 12:54 PM
have a look at my ioNUKE tcl, youll see there is a way to rename

odog
06-02-2005, 05:57 AM
the problem is i need it to work from an eggdrop aswell as ioftpd.

mentality
06-02-2005, 08:31 AM
well u cant unless u know shmem programming to do it via an exe/module, if you dont ur stuffed as no one has released anything to do this, so you'd need now a sitebot logged in to io to trigger script to do this server-side.