rejetto forum
Software => HTML & templates => HFS ~ HTTP File Server => RAWR-Designs => Topic started 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
-
Do you have recursive listing enabled? The should enabled the download of sub folders.
-
yes Recursive Listing is Enabled
Still No Luck :(
-
Try this, FOLDER URL/?folder.tar&recursive, in the address bar.
GE might have left this out.
-
That Seems to show me all of the directories inside and all of the files
-
try adding /~folder.tar?recursive instead
-
Hey Hey it works ;D so i just have to modify the template so that when i click the disk that happens right?
-
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