| Subject: Re: Download URLs with a very long file name ? |
Author: Xavier Roche |
Date: 01/12/2002 21:49 |
| | > What is the maximum number of caracters on a file
name
> that HHtrack can support ?
512 bytes.
see in htsglobal.h to increase it (can not be done
using an option):
#define HTS_URLMAXSIZE 512
Longer (>512 bytes) URLs are not supported (by
default), even if RFC2616 does not set any limit - but
I had to set a default one during the development,
which is equal to 512.
| |
|
|
|
|
f
Created with FORUM 2.0.11