rejetto forum

Software => HFS ~ HTTP File Server => Topic started by: Piglett49 on December 29, 2006, 02:05:17 PM

Title: ~file.lst
Post 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
Title: Re: ~file.lst
Post by: ledufe on December 29, 2006, 02:36:06 PM
...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

Code: [Select]
%files%

[files]
Start
%list%
Stop

[file]
http://%host%%encoded-folder%%item-url%
Title: Re: ~file.lst
Post by: Piglett49 on December 29, 2006, 03:56:06 PM
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

Title: Re: ~file.lst
Post by: ledufe on December 29, 2006, 04:51:07 PM
i will do some tests here and get back when i got something concrete, but i guess this must be easy to do...

Title: Re: ~file.lst
Post by: Piglett49 on January 03, 2007, 03:21:11 PM
Hi

I've changed bot to get whole page -html and seems to be working now.

Thanks for all the assistance Ledufe  ;D