You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you hit the download page, it sends you a 302 redirect which also has a 302 redirect, but that site has a full listing of the v3 pkgs.
I might have time to PR this early next week, but wanted to at least get it out there for right now.
curl https://www.clamxav.com/downloads/ClamXav_Current.zip
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>302 Found</title>
</head><body>
<h1>Found</h1>
<p>The document has moved <a href="https://cdn.clamxav.com/ClamXAVdownloads/ClamXAV_3.0.4_7302_Installer.pkg">here</a>.</p>
<hr>
<address>Apache/2.4.7 (Ubuntu) Server at www.clamxav.com Port 443</address>
</body></html>
curl https://cdn.clamxav.com/ClamXAVdownloads
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href="http://database.clamxav.com/ClamXAVdownloads/">here</a>.</p>
<hr>
<address>Apache/2.4.18 (Ubuntu) Server at database.clamxav.com Port 80</address>
</body></html>
The text was updated successfully, but these errors were encountered:
When you hit the download page, it sends you a 302 redirect which also has a 302 redirect, but that site has a full listing of the v3 pkgs.
I might have time to PR this early next week, but wanted to at least get it out there for right now.
The text was updated successfully, but these errors were encountered: