hey
i have sendftp.tcl and i want it to use it with a timer
# For example:
#
# sendftp /home/bill/stats.htm www.ms.com bill secret /bgates/WWW/stats.htm
# (local-file server user pass remote-file)
this come's out off the tcl
now i want to upload my statspage
i had made this:
proc sendftp {} {
exec sendftp /home/linuxke/eggdrop/stats/vlgstats.html users.pandora.be user paswoord /stats/vlgstats.html
timer 30 sendftp
}
it give's no errors but it does nothing to :p
i have searched in the forum but i cant find a good explanetion
i'm a newbie in tcl-scripting (thats my biggest problem i think :p)
so if someone knows what i have to set in the tcl i realy would apriciat it
(and yes my english is crappy :p i'm from belgium and speak dutch :p)