Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ClamXav Download URL Has Changed #78

Open
TSPARR opened this issue Aug 24, 2018 · 0 comments
Open

ClamXav Download URL Has Changed #78

TSPARR opened this issue Aug 24, 2018 · 0 comments

Comments

@TSPARR
Copy link

TSPARR commented Aug 24, 2018

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant