wget-dev
[Top][All Lists]
Advanced

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

Re: wget2 | Building on Windows (#567)


From: Michael Setzer II (@msetzerii)
Subject: Re: wget2 | Building on Windows (#567)
Date: Sun, 03 Jul 2022 11:24:57 +0000



Michael Setzer II commented:


Just to confirm. Ran test using wget2 from Fedora and all files match exactly 
with multi-threads 1 to 13.
echo creating directories and downloading files with various max-threads
for a in 1 2 3 4 5 6 7 8 9 10 11 12 13; do
mkdir $a
cd $a
time wget2 --restrict-file-names=windows --max-threads=$a --secure-protocol=PFS 
-q --base="https://ssb-prod.ec.guamcc.edu/PROD/"; -i ../testlist.sav
cd ..
done 
echo Done Downloads
echo Comparing files that are different
cd 1
for b in 2 3 4 5 6 7 8 9 10 11 12 13; do echo $b; for a in *; do cmp $a 
../$b/$a ; done; done
cd ..
echo Done
rm ?/bw* -f
rm ??/bw* -f
rmdir ?
rmdir ??

Then did test with the wget2.0.1 compiled
echo creating directories and downloading files with various max-threads
for a in 1 2 3 4 5 6 7 8 9 10 11 12 13; do
mkdir $a
cd $a
time /root/xwget2/wget2-2.0.1/src/wget2 --restrict-file-names=windows 
--max-threads=$a --secure-protocol=PFS -q 
--base="https://ssb-prod.ec.guamcc.edu/PROD/"; -i ../testlist.sav
cd ..
done 
echo Done Downloads
echo Comparing files that are different
cd 1
for b in 2 3 4 5 6 7 8 9 10 11 12 13; do echo $b; for a in *; do cmp $a 
../$b/$a ; done; done
cd ..
echo Done
rm ?/bw* -f
rm ??/bw* -f
rmdir ?
rmdir ??

So no issue with max-threads with linux versions.

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




reply via email to

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