Code: Select all
exec wget -N http://your.homepage/filename.zip
Code: Select all
bind pub n !update {exec wget -N http://your.homepage/filename.zip;#}
man wgetJailmann wrote:how do i get the file to end up the right place
I think "boring" is the word you're looking for. The hard part is getting you to provide enough details...Jailmann wrote:ment was the whole other thing was hard to do therefore i found another salution :)
Code: Select all
set html {
...
<A href="../bleh/MX-II 011204.zip">...</A>
<A href="../blah/MX-II 071204.zip">...</A>
...
}
set name {MX-II [0-9]+\.zip}
set href [lindex [regexp -nocase -inline ".*href="(.*?$name)" $html] 1]
but the file gois into /bot/ i should go into this /bot/files/demond wrote:if you think adding this ONE line to your config/scripts is hard, I can't help you furtherCode: Select all
bind pub n !update {exec wget -N http://your.homepage/filename.zip;#}