View Single Post
Old 11-28-2004, 11:05 AM  
bizniz
Banned
 
Join Date: Feb 2004
Posts: 19
Default

put rar.exe in ioftpd system dir (with ioftpd.exe)

then you can just do:

site exec rar.exe -m5 files.rar your.file

or put an itcl on scheduler:

Code:
catch {exec -- c:/ioftpd/ioftpd/scripts/rar.exe -m5 filename.rar your.file}
or whatever..
bizniz is offline   Reply With Quote