View Single Post
Old 09-13-2011, 12:22 PM   #53
shanehere101
Junior Member
shanehere101 began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Sep 2011
Device: Kindle 3
I'm unable to download any zip files-can you tell me what I'm doing wrong? I modified the conf file so it looks like this:
Quote:
# List extensions you want to have downloaded by FreeDownload
# Make sure you don't specify permitted extensions like azw or mobi, your files would be downloaded twice
ALLOWED_EXTENSIONS='pdf epub rtf zip cbz mp3 rar'

# Where should FreeDownload put your files ? The directory will be created if not present
# If / is missing at the beginning of the path, "/mnt/base-us/" (AKA user store) is prepended
DOWNLOAD_DIR=documents/Downloaded

# Where should FreeDownload put files with 'mp3' extension ? The directory will be created if not present
# You can specify own download directory for any extension in a similar way
DOWNLOAD_DIR_mp3=music

# Where should FreeDownload put files with 'aax' extension
DOWNLOAD_DIR_aax=audible

# Resume previous download if a local file with the same name exists
# Target files are overwritten if this option is disabled
RESUME_DOWNLOADS=yes

# Unzip any file with .zip extension into its own subdirectory after download
# ZIP archives containing illegal (non-utf8) file names won't be unzipped
AUTO_UNZIP=yes

# Log all downloads and errors to freedownload/freedownload.log
LOG=yes
Lines c

Last edited by shanehere101; 09-13-2011 at 03:51 PM. Reason: Added the quote box
shanehere101 is offline   Reply With Quote