Go Back   FlashFXP Forums > ioFTPD Forum > ioFTPD > Scripting > ! Requests

! Requests Need a script or some sort of cool .bat file ? Ask here!

Reply
 
Thread Tools Rate Thread
Old 05-25-2004, 12:51 PM   #1
Registered User
 
Join Date: May 2004
Posts: 22
Default [Filled] Auto Delete Script

hi just wanna keep the speed folder of my site clean, so i´m searching for a script that can autodel the files to a special folder who get uploaded...

mfg

and big thx to harm ^^
Miezekatze is offline   Reply With Quote
Old 05-25-2004, 12:56 PM   #2
Too much time...
Ultimate Scripter
 
Join Date: Jul 2003
Posts: 1,462
Default

Code:
set dir "/requests/speedtests"

if {[string match "$dir*" $pwd] } {
   global ioerror; set ioerror 1;
   return 1
} else {return 0}
Call this itcl script OnUploadComplete.
Harm is offline   Reply With Quote
Old 05-25-2004, 01:00 PM   #3
Registered User
 
Join Date: May 2004
Posts: 22
Default

thx harm works fine
Miezekatze is offline   Reply With Quote
Reply
Create a free account to browse our forums without ads



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Download grinding to a halt bruceh General Discussions 6 09-07-2004 08:29 AM
Send commands to a running FlashFxp. mag123 General Discussions 0 08-01-2004 04:14 AM


All times are GMT -5. The time now is 09:06 AM.