i cant seem to make the ftp thingy work.. :/
i added
if { $disable(IMDBANNOUNCE) == 1 } {
close $of
set lastoct [file size $location(IOLOG)/ioFTPD.log]
if { $msgtype == "NEWDIR" || $msgtype == "PRE" } {
foreach chan $chanlist($section) {
epg2ftp_exec $path $chan
}
}
utimer 1 "readlog"
return 0
and loaded the tcl.. but still nottin..
:x
|