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

"latest" download links are broken for current release #9604

Closed
cyberduck opened this issue Jun 21, 2016 · 1 comment
Closed

"latest" download links are broken for current release #9604

cyberduck opened this issue Jun 21, 2016 · 1 comment

Comments

@cyberduck
Copy link
Collaborator

72529ed created the issue

This is related to #8400

It looks like neither OS's download link is pointing to the most recent release; however, the bigger issue is that they're both pointing to files which do not exist.

For mac, it looks like it's missing a period in the filename.
For windows, it's just throwing a 404 on the final file.

Windows

$ curl -I -L https://update.cyberduck.io/windows/latest
HTTP/1.1 302 Found
Date: Tue, 21 Jun 2016 15:16:16 GMT
Server: Apache/2.2.31 (Amazon) DAV/2 PHP/5.3.29 mod_ssl/2.2.31 OpenSSL/1.0.1k-fips SVN/1.8.13 mod_wsgi/3.2 Python/2.6.9
Location: https://update.cyberduck.io/windows/Cyberduck%2520Installer-4.8.exe
Cache-Control: max-age=2592000
Expires: Thu, 21 Jul 2016 15:16:16 GMT
Content-Type: text/html; charset=iso-8859-1

HTTP/1.1 302 Found
Date: Tue, 21 Jun 2016 15:16:16 GMT
Server: Apache/2.2.31 (Amazon) DAV/2 PHP/5.3.29 mod_ssl/2.2.31 OpenSSL/1.0.1k-fips SVN/1.8.13 mod_wsgi/3.2 Python/2.6.9
Location: https://a48823c7ec3cf4539564-60c534a1284a12ce74ef84032e9b4e46.ssl.cf1.rackcdn.com/Cyberduck%2520Installer-4.8.exe
Cache-Control: max-age=2592000
Expires: Thu, 21 Jul 2016 15:16:16 GMT
Content-Type: text/html; charset=iso-8859-1

HTTP/1.1 404 Not Found
Content-Length: 0
Content-Type: text/html; charset=UTF-8
X-Trans-Id: txf90e839848f94580be26c-0057695a40dfw1
Cache-Control: public, max-age=30
Expires: Tue, 21 Jun 2016 15:16:46 GMT
Date: Tue, 21 Jun 2016 15:16:16 GMT
Connection: keep-alive

Mac

$ curl -I -L https://update.cyberduck.io/mac/latest
HTTP/1.1 302 Found
Date: Tue, 21 Jun 2016 15:16:48 GMT
Server: Apache/2.2.31 (Amazon) DAV/2 PHP/5.3.29 mod_ssl/2.2.31 OpenSSL/1.0.1k-fips SVN/1.8.13 mod_wsgi/3.2 Python/2.6.9
Location: https://update.cyberduck.io/Cyberduck-4.8zip
Cache-Control: max-age=2592000
Expires: Thu, 21 Jul 2016 15:16:48 GMT
Content-Type: text/html; charset=iso-8859-1

HTTP/1.1 404 Not Found
Date: Tue, 21 Jun 2016 15:16:48 GMT
Server: Apache/2.2.31 (Amazon) DAV/2 PHP/5.3.29 mod_ssl/2.2.31 OpenSSL/1.0.1k-fips SVN/1.8.13 mod_wsgi/3.2 Python/2.6.9
Content-Type: text/html; charset=iso-8859-1
@cyberduck
Copy link
Collaborator Author

@dkocher commented

We don't currently have a way to automate these links to be updated from our CI when pushing new builds. I have opted to remove the links rather than have stale links again.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants