On 16/10/11 22:33, markk wrote:
Hi,

I'm writing to report a couple of issues with wget (version 1.11.4, so
apologies if either has been fixed recently).

The first issue is that wget doesn't seem to reuse the HTTP or FTP
connection when multiple URLs (to the same site) are given on the command
line, e.g.
$ wget ftp://site.example.com/path1/file1.bin
ftp://site.example.com/path2/file2.bin
It is reused here (1.13.4) with http, but not with ftp.


The second issue is that the --content-disposition option doesn't seem to
work, at least not for the https URL I tried:

$ wget -S --content-disposition
"https://fp-pr1.ds.microsoft.com/TransferFile/FileTransfer.dll?Cmd=1&MN=1234567890&Dir=1&Mode=0&Off=0&TS=AAAAAAAA-1ACD-4945-BCD6-DDAFE738ECB3&CVN=5,0,0,32";

Those urls have expired, but I made a quick test script (with http), and it worked.


Reply via email to