# Which file name to use for ftp cache utilisation information
CACHEFILE=".ftpcache"

# What size of cache to accept AFTER this request. Be sure to set this larger
# than any reasonably sized LARGEST file.
MAXSIZE=10000

# Cache-directory. Make sure this does NOT end with a slash
CACHEDIR=./tmp
