rejetto forum
Software => HFS ~ HTTP File Server => Topic started by: Piglett49 on December 29, 2006, 02:05:17 PM
-
Hi
I'm wanting to poll the content of the files list, but need a "start" and "finish" point to tell the external where to search between.
I've read about the filelist.tpl, but don't know what commands to insert to replicate as follows, I only want this on one specific real folder so updated in real-time, so am assuming I insert as diferent template on that folder.
Start
http://xxxxx.file1
http://xxxxx.file2
Stop
Any assistance greatly appreciated.
Pigster
-
...but need a "start" and "finish" point to tell the external where to search between.
I've read about the filelist.tpl, but don't know what commands to insert to replicate as follows, I only want this on one specific real folder so updated in real-time, so am assuming I insert as diferent template on that folder.
just create a filelist.tpl with the notepad or any text editor and put this inside
%files%
[files]
Start
%list%
Stop
[file]
http://%host%%encoded-folder%%item-url%
-
Hi
Thank you for where to put the start/stop. However now when i hit the url, it offers to save the ~files.lst rather than display the detail to poll :(
Pigster
-
i will do some tests here and get back when i got something concrete, but i guess this must be easy to do...
-
Hi
I've changed bot to get whole page -html and seems to be working now.
Thanks for all the assistance Ledufe ;D