Fetch Local

Post Reply
gerry.odea
Posts: 98
Joined: Fri Sep 19, 2008 9:33 am

Fetch Local

Post by gerry.odea »

Is there a way to fetch locally? For instance, instead of going to fetch www.somesite.com/news.htm, is there a way to fetch /usr/export/homes/somesite/usnews/news.htm

I have Commercial Version 2.6.929642470

Thanks.
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Fetch Local

Post by mark »

<read "/usr/export/homes/somesite/usnews/news.htm">
<fetch "http://www.somesite.com/news.htm" $ret>
will process the file from disk but pretend it came from the url.
Post Reply