rejetto forum

Software => HTML & templates => HFS ~ HTTP File Server => RAWR-Designs => Topic started by: fishingkid on January 31, 2008, 02:26:08 AM

Title: HFS + Terayon's Template
Post by: fishingkid on January 31, 2008, 02:26:08 AM
This Is My Problem

Im wanting to download folders Using The Disk Which is Nice and Compress's them for me into *.tar
But 1 Problem It only downloads The "Files" in the folder you chose to download it doesnt download the other folders inside of that folder

Here is an Example

(http://lh5.google.com/fishingkid/R6EvuEOPHYI/AAAAAAAAAII/Iji6jifukMQ/Jpeg.jpg)

The Blue Boxes Are Folder
The White Boxes are Files

So when i tried to download "Pictures From Summer" It would download "Pic002.jpg, Pic001.jpg"
and it would not download the other folders in this example "July"

Any Solutions Or Sugestions Would Be Greatlte Apperciated
Title: Re: HFS + Terayon's Template
Post by: TSG on January 31, 2008, 05:08:31 AM
Do you have recursive listing enabled? The should enabled the download of sub folders.
Title: Re: HFS + Terayon's Template
Post by: fishingkid on January 31, 2008, 07:01:05 AM
yes Recursive Listing is Enabled
Still No Luck  :(
Title: Re: HFS + Terayon's Template
Post by: TSG on January 31, 2008, 07:09:13 AM
Try this, FOLDER URL/?folder.tar&recursive, in the address bar.

GE might have left this out.
Title: Re: HFS + Terayon's Template
Post by: fishingkid on January 31, 2008, 07:31:49 AM
That Seems to show me all of the directories inside and all of the files
Title: Re: HFS + Terayon's Template
Post by: Foggy on January 31, 2008, 07:36:43 AM
try adding /~folder.tar?recursive instead
Title: Re: HFS + Terayon's Template
Post by: fishingkid on January 31, 2008, 07:40:01 AM
Hey Hey it works  ;D so i just have to modify the template so that when i click the disk that happens right?
Title: Re: HFS + Terayon's Template
Post by: fishingkid on January 31, 2008, 07:43:26 AM
Thanks Alot For Both of Your Help
Its Greatly Apperciated

This is what i did
[Original]
<a href="%encoded-folder%%item-name%/~folder.tar" title="Download this folder">

[Mod]
<a href="%encoded-folder%%item-name%/~folder.tar?recursive" title="Download this folder">


And That did the trick
Thanks once again