rejetto forum

~file.lst

0 Members and 1 Guest are viewing this topic.

Offline Piglett49

  • Occasional poster
  • *
    • Posts: 4
    • View Profile
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


Offline ledufe

  • Tireless poster
  • ****
    • Posts: 272
  • LEandro DUpont FErreira
    • View Profile
    • http://ledufe.no-ip.info:2222
...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%
<<LeDuFe>>


Offline Piglett49

  • Occasional poster
  • *
    • Posts: 4
    • View Profile
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



Offline ledufe

  • Tireless poster
  • ****
    • Posts: 272
  • LEandro DUpont FErreira
    • View Profile
    • http://ledufe.no-ip.info:2222
i will do some tests here and get back when i got something concrete, but i guess this must be easy to do...

<<LeDuFe>>


Offline Piglett49

  • Occasional poster
  • *
    • Posts: 4
    • View Profile
Hi

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

Thanks for all the assistance Ledufe  ;D