wget-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: wget2 | (errno=36): File name too long (#449)


From: Seb M
Subject: Re: wget2 | (errno=36): File name too long (#449)
Date: Mon, 18 Nov 2019 01:00:42 +0000



Seb M commented:


@rockdaboot I forgot one little detail, `wget2` generates a directory tree 
which I don't want when I'm not downloading recursively so I've tried using the 
`-nd` option but it does not work : 
```
$ wget2 --version | head -4
GNU Wget2 1.99.1 - multithreaded metalink/file/website downloader

+digest +https +ssl/gnutls +ipv6 +iri +large-file +nls -ntlm -opie -psl -hsts
+iconv +idn +zlib +lzma -brotlidec -zstd +bzip2 -http2 -gpgme
$ cat ~/.config/wget/wget2rc 
continue=on
progress=bar
timestamping=yes
content-disposition=on
check-certificate=off
#verbose=off
#user-agent=Mozilla
cut-file-get-vars=on
#cut-url-get-vars=on
$ wget2 -nd https://busybox.net/downloads/binaries/1.21.1/busybox-armv7l
Failed to read open '/home/sebastien/.local/share/wget/.wget-hsts' (13)
Failed to read HSTS data
Failed to read open '/home/sebastien/.local/share/wget/.wget-ocsp_hosts' (13)
Failed to read OCSP hosts
Failed to read open '/home/sebastien/.local/share/wget/.wget-ocsp' (13)
Failed to read OCSP fingerprints
TLS False Start requested but Wget built with insufficient GnuTLS version
WARNING: The certificate is NOT trusted. The certificate issuer is unknown. 
Failed to read open '/home/sebastien/.local/share/wget/.wget-ocsp_hosts' (13)
Failed to write to OCSP hosts to 
'/home/sebastien/.local/share/wget/.wget-ocsp_hosts'
Failed to read open '/home/sebastien/.local/share/wget/.wget-ocsp' (13)
Failed to write to OCSP fingerprints to 
'/home/sebastien/.local/share/wget/.wget-ocsp'


$ find
..
./downloads
./downloads/binaries
./downloads/binaries/1.21.1
./downloads/binaries/1.21.1/busybox-armv7l
$ 
```

Is this a bug ?

-- 
Reply to this email directly or view it on GitLab: 
https://gitlab.com/gnuwget/wget2/issues/449#note_245802765
You're receiving this email because of your account on gitlab.com.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]